fix mount screw holes in wrong position

parent f5e264d1
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -32,8 +32,8 @@ difference(){
}
translate([X-7.5,7.5,-1])cylinder(r=1.5,h=15,$fn=32);
translate([X-7.5,Y-7.5,-1])cylinder(r=1.5,h=15,$fn=32);
translate([X-6,6,-1])cylinder(r=1.5,h=15,$fn=32);
translate([X-6,Y-6,-1])cylinder(r=1.5,h=15,$fn=32);
translate([23,75,5])rotate([90,0,0])cylinder(r=1.5,h=100,$fn=32);
......@@ -66,18 +66,22 @@ difference(){
translate([32.5,7,-1]) roundedcube([2,Y-14,10], false, 1, "z");
translate([4.5,-5,3])roundedcube([2,60,10], false, 1, "y");
translate([8.5,-5,3])roundedcube([2,60,10], false, 1, "y");
translate([12.5,-5,3])roundedcube([2,60,10], false, 1, "y");
translate([16.5,-5,3])roundedcube([2,60,10], false, 1, "y");
translate([20.5,-5,3])roundedcube([2,60,10], false, 1, "y");
translate([24.5,-5,3])roundedcube([2,60,10], false, 1, "y");
translate([28.5,-5,3])roundedcube([2,60,10], false, 1, "y");
translate([32.5,-5,3])roundedcube([2,60,10], false, 1, "y");
translate([4.5,-5,3])roundedcube([2,60,9], false, 1, "y");
translate([8.5,-5,3])roundedcube([2,60,9], false, 1, "y");
translate([12.5,-5,3])roundedcube([2,60,9], false, 1, "y");
translate([16.5,-5,3])roundedcube([2,60,9], false, 1, "y");
translate([20.5,-5,3])roundedcube([2,60,9], false, 1, "y");
translate([24.5,-5,3])roundedcube([2,60,9], false, 1, "y");
translate([28.5,-5,3])roundedcube([2,60,9], false, 1, "y");
translate([32.5,-5,3])roundedcube([2,60,9], false, 1, "y");
translate([2,2,13])cube([X-4,Y-4,11]);
}
translate([1,(Y/2)-(H_X/2),0.9]) roundedcube([3.5,H_X,13.2], false, 1, "z");
translate([X-4.5,(Y/2)-(H_X/2),0.9]) roundedcube([3.5,H_X,13.2], false, 1, "z");
translate([1,(Y/2)-(H_X/2),0.9]) roundedcube([3.5,H_X,12.1], false, 1, "z");
translate([X-4.5,(Y/2)-(H_X/2),0.9]) roundedcube([3.5,H_X,12.1], false, 1, "z");
// COMMENT HERE TO REMOVE FAST CLAMP
translate([41.5,5,0])rotate([0,0,90])clip();
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment