MoI discussion forum
MoI discussion forum

Full Version: STL save as assembly

Show messages:  1-5  6-25  26-28

From: DVR (DIGID)
27 Mar 2023   [#26]
Hi ,

I am using this handy plugin as well .

I am getting segmented curves in STL at diameters greater than 100mm. I did look in the script and only see angle @ 5

I typically use angle 6 , divide 1 - all and minimum .25 when exporting to get smooth curves

How do I add divide 1 - all and minimum .25 to the script?
From: Michael Gibson
27 Mar 2023   [#27] In reply to [#26]
Hi DVR,

re:
> How do I add divide 1 - all and minimum .25 to the script?

It would need to set up an options string that looks like this:

NoUI=true;Angle=5;MaxLength=1;MaxLengthApplyTo=all;MinLength=0.25

I've attached a modified version of the script that will do that.

- Michael

Attachments:
SaveMultiSTL.js


From: DVR (DIGID)
27 Mar 2023   [#28] In reply to [#27]
Thank You Michael!

This works brilliant . Do not have to remember the settings anymore

Show messages:  1-5  6-25  26-28