Blog Archives

Know only 10 things to be dangerous in OpenSCAD

OpenSCAD is a program used to make 3D models. But unlike most 3D modeling programs, there are only 10 things you need to know in order to be dangerous in OpenSCAD. Unlike most other 3D modeling programs like Blender, Sketchup,

Tagged with: , , ,
Posted in openscad, technical, tutorial

How to automatically choose a camera viewing angle of any 3D model

When I wrote stljs, a library to read, write, and convert STL to PNG, one of the things I had to decide was how to calculate where the camera was located and where to point the camera. You want to

Tagged with: , , , ,
Posted in code, technical