1 2 3 4 5 6 7 8 9
union() { difference() { square(100, true); square(50, true); } translate([50, 50]) square(15, true); }