New Y-corners
Deeper LM8UU keepout and moved ziptie for safer operation of Y axis
This commit is contained in:
parent
e6c932812a
commit
0b604c305e
|
|
@ -24,17 +24,17 @@ module corner_holes(){
|
|||
|
||||
// Top smooth rod insert
|
||||
// Smooth rod place
|
||||
translate([11,2.75,47]) rotate([0,90,90]) cylinder(h = 11.25, r=4.2, $fn=30);
|
||||
translate([11,2.75,47]) rotate([0,90,90]) cylinder(h = 9.75, r=4.2, $fn=30);
|
||||
// Ziptie
|
||||
translate([-5,9,41]) cube([30,3.5,2]);
|
||||
translate([-5,6,41]) cube([30,3.5,2]);
|
||||
|
||||
// LM8UU keepout
|
||||
difference(){
|
||||
translate([11,14,46]) rotate([0,90,90]) cylinder(h = 270, r=8, $fn=30);
|
||||
translate([21,14,62]) rotate([0,90,90]) cube([20,20,30]);
|
||||
translate([11,12.5,46]) rotate([0,90,90]) cylinder(h = 270, r=8, $fn=30);
|
||||
translate([21,12.5,62]) rotate([0,90,90]) cube([20,20,30]);
|
||||
}
|
||||
translate([21,14,62-0.2]) rotate([0,90,90]) cube([20,20,0.2]);
|
||||
translate([21,14,42]) rotate([0,90,90]) cube([0.2,20,20]);
|
||||
translate([21,12.5,62-0.2]) rotate([0,90,90]) cube([20,20,0.2]);
|
||||
translate([21,12.5,42]) rotate([0,90,90]) cube([0.2,20,20]);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue