Skip to content

Commit

Permalink
New Y-corners
Browse files Browse the repository at this point in the history
Deeper LM8UU keepout and moved ziptie for safer operation of Y axis
  • Loading branch information
michalprusa committed May 28, 2016
1 parent e6c9328 commit 0b604c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Printed-Parts/scad/y-corners.scad
Original file line number Diff line number Diff line change
Expand Up @@ -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]);

}
}
Expand Down
Binary file modified Printed-Parts/stl/y-corners.stl
Binary file not shown.

0 comments on commit 0b604c3

Please sign in to comment.