discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] STL, scad files to pngs

K
kintel
Fri, Mar 27, 2015 6:33 PM

What you want should work on the cmd-line:
$ openscad myfile.scad -o myfile.png

myfile.scad:
import("myfile.stl");

Both myfile.scad and myfile.stl must be in the same folder.
If that doesn't work, please post the STL somewhere.

-Marius

--
View this message in context: http://forum.openscad.org/STL-scad-files-to-pngs-tp12240p12253.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

What you want should work on the cmd-line: $ openscad myfile.scad -o myfile.png myfile.scad: import("myfile.stl"); Both myfile.scad and myfile.stl must be in the same folder. If that doesn't work, please post the STL somewhere. -Marius -- View this message in context: http://forum.openscad.org/STL-scad-files-to-pngs-tp12240p12253.html Sent from the OpenSCAD mailing list archive at Nabble.com.