From dba99e691e8530aa74eb378ec613ec4de93d3b3c Mon Sep 17 00:00:00 2001 From: Joachim Glauche Date: Sat, 7 Jul 2012 21:24:30 +0200 Subject: [PATCH] make hole for Z rod bigger to actually fit through --- x-end.scad | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/x-end.scad b/x-end.scad index 989e932..ce52a92 100644 --- a/x-end.scad +++ b/x-end.scad @@ -1,7 +1,7 @@ // PRUSA iteration3 // X ends // GNU GPL v3 -// Josef Pra +// Josef Průša // Václav 'ax' Hůla // http://www.reprap.org/wiki/Prusa_Mendel // http://github.com/prusajr/PrusaMendel @@ -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); } } -- 2.20.1