OpenSCAD is soon to have color capabilities. If you’re not familiar with OpenSCAD, it’s a popular open-source 3D modelling tool with a difference: instead of working visually, you “program” the design ...
Building snap-fit 3D models is fun, but how, exactly, do you design them? One way is to follow the lead of woodworkers, who have had the same challenge, and it’s long been solved. A popular approach ...
Bézier curves are parametric curves defined by polynomial equations. To work with Béziers in OpenSCAD we need to load BOSL2/std.scad, which includes the extension beziers.scad. Bézier curves vary by ...
BOSL2 introduces the concept of "attachables." You can do the following things with attachable shapes: Control where the shape appears and how it is oriented by anchoring and specifying orientation ...