
OpenSCAD - compiling
OpenSCAD support is now provided by the Mailing List. See the first pinned post here for instructions on subscribing to the mailing list.
OpenSCAD - getting an object's dimensions/orientation etc
Dec 20, 2012 · getting an object's dimensions/orientation etc. Hi all, I'm a beginner openscad, but have been making some good progress recently. One thing I find difficult is after creating …
OpenSCAD - Who wants all that plasitc in a cup...?
Dec 7, 2010 · Thingiverse objects. It renders in OpenSCAD to be exactly that which is intended, a 5 fold twisty cup with Heather's
OpenSCAD - SVG import curves issue
SVG import curves issue. Hello, I import .SVG files from Inkscape but the curves appear to be split into straight lines. It doesn't seem to be an export issue in Inkscape because if I reopen the...
OpenSCAD - Wide angle camera
Mar 5, 2015 · Wide angle camera. I started playing with the latest Win32 dev snapshot and immediately noticed I have to get much closer to the object to get it to appear the same size …
OpenSCAD - Union of polyhedra not rendering.
Union of polyhedra not rendering. Hello Everybody, I was playing around with OpenSCAD trying out some platonic solids and extensions thereof. I'm only at my first day with it, so I'm very …
OpenSCAD - Show units on axis?
OpenSCAD support is now provided by the Mailing List. See the first pinned post here for instructions on subscribing to the mailing list.
OpenSCAD - simple Celtic knot
OpenSCAD Admin - email* me if you need anything, or if I've done something stupid...* on the Forum, click on my MichaelAtOz label, there is a link to email me.Unless specifically shown …
OpenSCAD - Export Stl. File module | Page 2
Jan 3, 2017 · Secondly, OpenSCAD has lexical scope, very much the same as C, so a variable (which are actually named constants) defined in one module cannot be accessed in a another. …
OpenSCAD - OO patterns in OpenSCAD | Page 2
Apr 6, 2021 · [Page 2] OO patterns in OpenSCAD. Recently, I've been thinking that it would be nice if there were some syntax hack that made: > function.text equivalent to something like >...