About 79 results
Open links in new tab
  1. 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 …

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

  3. OpenSCAD - new to OpenSCAD, working with projection

    Re: new to OpenSCAD, working with projection Whether a 2D part has thickness would not affect the outcome in your example – it is the order of operation that is important. Slicing a rotated …

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

  5. OpenSCAD - Cache flush

    Jan 11, 2012 · Cache flush. It seems that Flush Caches still does not flush everything (Win 2012.01.11). I created a global variable: exploded in my config file that is included in all other …

  6. OpenSCAD Pinball Parts Library

    OpenSCAD Pinball Parts Library. Hello, fellow geometry coders, This is my first message to the mailing list and I'd like to announce a quite ambitious project I'm working on.

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

  8. recuring windows message openscad.exe has stopped working

    Dec 7, 2016 · recuring windows message openscad.exe has stopped working. I've searched all over the internet but can't find an answer to this. For the last few days, I can no longer use …

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

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