linear_extrude(height = 4) { intersection(){ difference(){ circle(6,1,$fn=50); circle(3,1,$fn=50); } square(8); } }