MoI discussion forum
MoI discussion forum

Full Version: STL save as assembly

Show messages:  1-3  4-23  24-28

From: Michael Gibson
3 Dec 2013   [#24] In reply to [#23]
That is sure a nice printer you've got there.

- Michael
From: Grendel
4 Dec 2013   [#25]
It shows off your software nicely
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-3  4-23  24-28