ImplicitCAD/Examples/example15.scad
2019-05-21 22:54:16 +01:00

5 lines
67 B
OpenSCAD

difference() {
sphere(20);
cylinder(r=17, h=100, center = true);
}