$fn=60; difference(){ cube([65,15,8.5], center=true); for(i=[0:360/2:359]) rotate([0,0,i]) translate([37.5/2,0,0]) cylinder(d=6.5, h=30, center=true); }