April 4, 2026

3D Printing - OpenSCAD - screws, chamfers, and more

For chamfers try this: The best idea there is:
$fn=100;

hull()
{
    translate([2,2,0]) sphere(r=1,center=true);
    translate([-2,2,0]) sphere(r=1,center=true);
    translate([2,-2,0]) sphere(r=1,center=true);
    translate([-2,-2,0]) sphere(r=1,center=true);
}
For screws: For a big list of various libraries: Look at bolts, "Round anything", screws, etc.
Have any comments? Questions? Drop me a line!

Adventures in Computing / tom@mmto.org