// Block Name(Metadata): TitleText // Body line 1 // Body line 2 // Body line 3 // LibFile: foo.scad // You can have several lines of markdown formatted text here. // You just need to make sure that ...
// w = Width (thickness) of the strut. // l = Length of the strut. // wall = height of rectangular portion of the strut. // ang = angle that the trianglar side will converge at. // anchor = Translate ...
This week, we’re starting off with OpenSCAD, a 3D modelling program that’s more like programming than drawing. A lot of useful 3D printable objects – including the parts for a lot of RepRaps – are ...
What’s your favorite OpenSCAD command? Perhaps it’s intersection() or difference()? Or are you a polygon() and extrude() modeler? For me, the most useful, and maybe most often overlooked, function is ...