Skip to content

Commit

Permalink
make hole for Z rod bigger to actually fit through
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Glauche committed Jul 7, 2012
1 parent db8fe20 commit dba99e6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions x-end.scad
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// PRUSA iteration3
// X ends
// GNU GPL v3
// Josef Pra <[email protected]>
// Josef Průša <[email protected]>
// Václav 'ax' Hůla <[email protected]>
// http://www.reprap.org/wiki/Prusa_Mendel
// http://github.com/prusajr/PrusaMendel
Expand Down Expand Up @@ -65,11 +65,12 @@ module x_end_base(vfillet=[3,3,3,3], thru=true, len=40){
}

//bottom hole
translate([0,17,-1]) cylinder(h = 4, r=2.45);

translate([0,17,-1]) cylinder(h = 4, r=2.75);
//nut slid in
# translate([5,17,4]) cube([9.2*2,9.2*sqrt(3/4),4.1], center = true);
translate([5,17,4]) cube([9.2*2,9.2*sqrt(3/4),4.1], center = true);

translate([0,17,6.5]) cylinder(h = 4, r=2.45);
translate([0,17,6.5]) cylinder(h = 4, r=2.75);
}
}

Expand Down

0 comments on commit dba99e6

Please sign in to comment.