Create a quarter round in OpenSCAD
rotate_extrude(angle=90) square([diameter/2,height]); Around the edge of the cylinder : rotate_extrude(angle=90) offset(r=2, $fn=16) offset(r=-2) square([diameter/2,height]);
Continue reading →rotate_extrude(angle=90) square([diameter/2,height]); Around the edge of the cylinder : rotate_extrude(angle=90) offset(r=2, $fn=16) offset(r=-2) square([diameter/2,height]);
Continue reading →