1 2 3 4 5 6
group() { difference() { sphere($fn = 0, $fa = 12, $fs = 1, r = 3); cube(size = [3, 3, 8], center = true); } }