corner protectors in OpenSCAD (3)
Don't just jump in here, start from Part 1!
So far we've got a single object in place with two tweakable variables and a little bit of basic OpenSCAD code under our belt. It's time now to learn some new commands and a very handy new concept: the module. We'll use rotate, union and a module call to add screw holes with head recesses to our drawing.
The first thing we'll want to do is define a few new variables related to our screw dimensions and placement. Not knowing what kind of screws Read more [...]