module spacer(w, h=3.01, l=100) { translate([1.5,1.5,1.5]) minkowski() { cube([l-3,w-h-3,h-3]); sphere(r=1.5, $fn=8); } }