5 ms·
For that there’s openscad
by ilogik 8mo ago
For that there’s openscad
- hnuser123456 8mo agoI've even already asked an LLM to generate designs in openscad, and there's plenty of examples out there. Obviously there's a complexity limit, but there's also a cheat sheet that makes it pretty easy to discover how to do almost anything that's possible within.
- dymk 8mo agoBreaks down for complex parts with lots of repeated operations, suffers from floating point rounding errors. No constraint solver.
- WillAdams 8mo agoUsually when one needs constraints one can code it up as a recursive function.