discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Number of segments in rotate_extrude ?

N
Neon22
Sat, Jan 30, 2016 12:45 PM

screenshot looks lik ethe $fn is in the import. won't work there.
check out the cheatsheet (IDE help)
Suggest you make it a global var or put it in rotate_extrude as an argument.

E.g.
$fn = 200; // as a global

--
View this message in context: http://forum.openscad.org/Number-of-segments-in-rotate-extrude-tp15967p15976.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

screenshot looks lik ethe $fn is in the import. won't work there. check out the cheatsheet (IDE help) Suggest you make it a global var or put it in rotate_extrude as an argument. E.g. $fn = 200; // as a global -- View this message in context: http://forum.openscad.org/Number-of-segments-in-rotate-extrude-tp15967p15976.html Sent from the OpenSCAD mailing list archive at Nabble.com.
C
cbernhardt
Sat, Jan 30, 2016 2:39 PM

You are correct, as I discovered last night. Operator Error.
Thanks,
Charles

--
View this message in context: http://forum.openscad.org/Number-of-segments-in-rotate-extrude-tp15967p15980.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

You are correct, as I discovered last night. Operator Error. Thanks, Charles -- View this message in context: http://forum.openscad.org/Number-of-segments-in-rotate-extrude-tp15967p15980.html Sent from the OpenSCAD mailing list archive at Nabble.com.