1 2 3 4 5 6 7 8
difference() { sphere(r = 10); cylinder(r = 5, h = 15); rot([90 0 0]) cylinder(r = 5, h = 15); rot([0 90 0]) cylinder(r = 5, h = 15); }