Show messages:
1-4
5-24
25-28
From: Grendel
It shows off your software nicely
From: DVR (DIGID)
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
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)
Thank You Michael!
This works brilliant . Do not have to remember the settings anymore
Show messages:
1-4
5-24
25-28