Questions tagged [openscad]

OpenSCAD is a software for creating solid 3D CAD objects.

OpenSCAD is a software for creating solid 3D CAD objects. It is free software and available for Linux/UNIX, MS Windows and Mac OS X.

http://www.openscad.org/

3 questions
3
votes
0 answers

Is there a path from OpenSCAD to WebGL?

tl;dr version, Does a software path exist to convert from openscad input to render on a website via webgl? What I'm trying to do is display OpenSCAD created designs uploaded via post on a LEMPy driven website; this is currently done by outputting to…
0
votes
0 answers

OpenSCAD keeps crashing when I raise my precision past $fn=29?

OpenSCAD stopped working for me on designs that previously rendered fine. After testing I found out that any precision greater than $fn=29 causes the program to crash with an error message reading openscad.exe has stopped working. I am need to print…
Jeremy
  • 101
0
votes
1 answer

How to convert scad files to stl?

I am trying to export scad files from OpenSCAD to STL. I keep getting an error: Current top level object is not a 3d model. If it's not a 3d model, how do I convert it to 3d model If I know the dimensions? The source is located at…
Amit Chaudhari