About 3,220 results
Open links in new tab
  1. 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.

  2. OpenSCAD crashing on F6

    Mar 2, 2015 · OpenSCAD crashing on F6. I have a proprietary model that I am trying to turn into an STL. This approach has worked with OpenSCAD for the past year. Today, nothing works at …

  3. OpenSCAD - dxf | Page 2

    [Page 2] dxf. Most of my cad has been in 2.5d, for 3 axis milling. Basically drawing various sections through an object, exporting as dxf into the gcode generator, and selecting paths to …

  4. OpenSCAD - Polyhedron tube with irregular sides -- is it possible ...

    [Page 3] Polyhedron tube with irregular sides -- is it possible ?. I wanna make some tube-like shape with irregular sides, similar like one below: This is made with a polygon + linear_extrude …

  5. OpenSCAD - Chiseled Font?

    Feb 19, 2020 · Chiseled Font?. Anyone have some code to make a font use a V groove for the letters? I'm looking to put some text on the bottom surface, and don't want to have supports. …

  6. 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 …

  7. 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 …

  8. 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...

  9. 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.

  10. 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. …