use ; use ; use ; shortBracket2(); //bracketPivot(); //translate([0.5,44.5,-15.4])rotate([0,180,0])bracketArm(); //translate([-0.5,53.8,-15.4])rotate([90,0,0])bracketMount(); module shortBracket2(){ translate([0,-10,-2.5])difference(){ union(){ translate([0,2.5,1.23])rotate([90,22.5,0])cylinder(r=3,h=12.5,$fn=8); translate([-25,2.5,1.23])rotate([90,22.5,0])cylinder(r=3,h=12.5,$fn=8); translate([25,2.5,1.23])rotate([90,22.5,0])cylinder(r=3,h=12.5,$fn=8); translate([0,1,1])cube([48,3,6],true); translate([8.25,7,1])cube([6,15,6],true); translate([10,11,1.23])rotate([0,-90,0])rotate([0,0,22.5])cylinder(r=3,h=20,$fn=8); } translate([0,0,-3.54175])cube([100,100,4],true); } }