remote_width=56.2; remote_height=124.7; remote_thick=6.8; mainhole_thick=remote_thick+1; module hmainhole() { cube(center=0,size=[ remote_width/2, remote_height, mainhole_thick ]); } mirror([1,0,0]){ hmainhole(); } hmainhole();