3dp-turnstile/caps.scad

8 lines
144 B
OpenSCAD
Raw Normal View History

2022-06-28 23:12:54 +02:00
$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);
}