3dp-turnstile/caps.scad

8 lines
144 B
OpenSCAD

$fn=90;
difference() {
sphere(d = 15);
translate([0,0,-5])
cube([16,16,5], center=true);
cylinder(d=6.1, h=7.5, center=true);
}