How can I tell what OpenSCAD is doing?. I know this is is somewhat of a bad question (because CGAL is a black box...) but, even if the progress bar is a complete lie (which it usually is for me) is...
I have composed step-by-step instructions for loading and using OpenSCAD on an Amazon Web Services Elastic Compute Cloud instance (AWS EC2 server). The free tier of service is sufficient for running medium sized models (5-10 Mb STL output file). Larger more complex models may require moving to a paid tier of service with greater CPU power and memory.
import () path should be bound to the path of module that calls it. I'm developing an openscad library of pinball parts. The library is saved in a directory and the scad script that uses the library is...
polyhedron (triangles) depricated or dropped?. Wiki still says triangles is deprecated. 2019.05 says: WARNING: variable triangles not specified as parameter, in file Basics, line 1 TRACE: called by...
I've looked at the manual and my module, if, and for statements look (to me) conformant. But obviously I've missed something. The line "angle = " is flagged as being bad, but if I move it above the if statement (or remove the if statement) it goes past that and then has an issue with inside the for loop.
Using OpenSCAD for CNC milled aluminum jobs. Hello, I have three parts in OpenSCAD, and am interested in having them fabricated by a job shop using a CNC milling machine. No one seems to work off of...