discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Commandline & array?

M
MichaelAtOz
Sun, Mar 22, 2015 10:19 PM

Try using double quotes on the command line, works for me on Win7.


Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above.

The TPP is no simple “trade agreement.”  Fight it! http://www.ourfairdeal.org/

View this message in context: http://forum.openscad.org/Commandline-array-tp12113p12146.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Try using double quotes on the command line, works for me on Win7. ----- Unless specifically shown otherwise above, my contribution is in the Public Domain; To the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. This work is published globally via the internet. :) Inclusion of works of previous authors is not included in the above. The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ -- View this message in context: http://forum.openscad.org/Commandline-array-tp12113p12146.html Sent from the OpenSCAD mailing list archive at Nabble.com.
B
barryp
Mon, Mar 23, 2015 4:00 PM

Do you mean like this:

openscad -o test.stl -D "x=[0,1,2,3,0]" "y=[0,1,2,3,4]" test.scad

--
View this message in context: http://forum.openscad.org/Commandline-array-tp12113p12154.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Do you mean like this: openscad -o test.stl -D "x=[0,1,2,3,0]" "y=[0,1,2,3,4]" test.scad -- View this message in context: http://forum.openscad.org/Commandline-array-tp12113p12154.html Sent from the OpenSCAD mailing list archive at Nabble.com.