union() { difference() { square(100, true); square(50, true); } translate([50, 50]) square(15, true); }