Put a "!" character in front of the part you want to export. OpenSCAD will
then ignore all other parts.
--
View this message in context: http://forum.openscad.org/Lazy-union-any-way-to-do-in-OpenScad-tp18541p18547.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Another option is described in
ciao,
Torsten.
Since I'm using a for loop, I don't think there's any way to name each object
I create, so that they can be manually exported. Oh well!
--
View this message in context: http://forum.openscad.org/Lazy-union-any-way-to-do-in-OpenScad-tp18541p18576.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
On 10/06/2016 08:59 PM, memnarch1113 wrote:
Since I'm using a for loop, I don't think there's any way
to name each object I create, so that they can be manually
exported. Oh well!
You can just pass the loop variable instead of the name used
in the example, e.g. if the loop variable is called i, then
use -Di=4 as command line option.
ciao,
Torsten.