1 2 3 4 5 6 7
module test6() { difference() { cube(center=true); cylinder(r=0.4, h=2, center=true); } }