Modified for 210mm travel distance

This commit is contained in:
michalprusa 2016-03-16 15:45:29 +01:00
parent 8fa4776ef2
commit 0e6a366a18
1 changed files with 10 additions and 1 deletions

View File

@ -24,9 +24,18 @@ module corner_holes(){
// Top smooth rod insert
// Smooth rod place
translate([11,2,45]) rotate([0,90,90]) cylinder(h = 270, r=4.2, $fn=30);
translate([11,2,45]) rotate([0,90,90]) cylinder(h = 12, r=4.2, $fn=30);
// Ziptie
translate([-5,9,39]) cube([30,3.5,2]);
// LM8UU keepout
difference(){
translate([11,14,45]) rotate([0,90,90]) cylinder(h = 270, r=8, $fn=30);
translate([21,14,60]) rotate([0,90,90]) cube([20,20,30]);
}
translate([21,14,60-0.2]) rotate([0,90,90]) cube([20,20,0.2]);
translate([21,14,40]) rotate([0,90,90]) cube([0.2,20,20]);
}
}