hangingBracket(); module hangingBracket(){ translate([0,6.5,32])difference(){ union(){ translate([0,-28,0])cylinder(r=7.75,h=10,$fn=60); translate([0,-20,5])cube([14,10,10],true); translate([0,-15,-15])cube([14,4,50],true); translate([0,-62.5,-38])rotate([0,0,45])cube([70,70,4],true); } translate([0,-28,-11])cylinder(r=5.75,h=30,$fn=60); } }