diff --git a/Printed-Parts/scad/z-axis-bottom.scad b/Printed-Parts/scad/z-axis-bottom.scad index 8bb9f65..16cc278 100755 --- a/Printed-Parts/scad/z-axis-bottom.scad +++ b/Printed-Parts/scad/z-axis-bottom.scad @@ -6,9 +6,9 @@ // http://prusamendel.org module z_bottom_base(){ - translate([0,0,0]) cube([8,48,16+25]); // plate touching the base - translate([0,-5,0]) cube([30,5.01,22]); // plate touching the base - translate([0,42.5,0]) cube([30,5.01,22]); // plate touching the base + translate([0,-1.5,0]) cube([8,49,16+25]); // plate touching the base + translate([0,-5,0]) cube([30,4.01,22]); // plate touching the base + translate([0,41.5,0]) cube([30,6.01,22]); // plate touching the base translate([0,-5,0]) cube([50,52.5,5]); // plate touching the base } @@ -42,11 +42,11 @@ module z_bottom_holes(){ translate([4,10+10-3.1,10+20+5]) cube([10,6.2,10]); // Z rod holder - translate([25+4.3,4.2,-1]) rotate([0,0,0]) cylinder(h = 50, r=4.125, $fn=15); + translate([25+4.3,3,-1]) rotate([0,0,0]) cylinder(h = 50, r=4.125, $fn=15); translate([25+4.3-1,3,0.6]) cube([2,10,7]); // it's bit up because it helps with printing // motor mounting - translate([25+4.3,21,-1]){ + translate([25+4.3,20,-1]){ //translate([15.5,15.5,-1]) cylinder(h = 20, r=1.8, $fn=30); translate([15.5,15.5,-1]) cylinder(h = 20, r=1.8, $fn=30); diff --git a/Printed-Parts/scad/z-axis-top.scad b/Printed-Parts/scad/z-axis-top.scad index 1e41db3..5383b8a 100755 --- a/Printed-Parts/scad/z-axis-top.scad +++ b/Printed-Parts/scad/z-axis-top.scad @@ -7,8 +7,8 @@ module z_top_base(){ translate([0,-5,0]) cube([8,45,16]); // plate touching the base - translate([0,-5,0]) cube([30,5.01,12]); // plate touching the base - translate([0,-5,0]) cube([38,15,5]); // plate touching the base + translate([0,-5,0]) cube([30,4.01,12]); // plate touching the base + translate([0,-5,0]) cube([38,14,5]); // plate touching the base } module z_top_fancy(){ @@ -21,7 +21,7 @@ module z_top_fancy(){ translate([6,0,12]) rotate([0,-45, 0]) translate([0,-5,0]) cube([30,50,30]); - translate([8,5,10]) rotate([0,-45, 0]) translate([0,-5,0]) cube([30,50,30]); + translate([8,4,10]) rotate([0,-45, 0]) translate([0,-5,0]) cube([30,50,30]); translate([38-2.5,-5+2.5,0]) rotate([0,0,-45-90]) translate([-15,0,-1]) cube([30,30,51]); translate([38-1.5,10-1.5,0]) rotate([0,0,-45]) translate([-15,0,-1]) cube([30,30,51]); @@ -45,7 +45,7 @@ module z_top_holes(){ translate([4,10+20-3.1,10]) cube([10,6.2,10]); // Z rod holder - translate([25+4.3,4.2,-1]) rotate([0,0,0]) cylinder(h = 50, r=4.1, $fn=15); + translate([25+4.3,3.2,-1]) rotate([0,0,0]) cylinder(h = 50, r=4.1, $fn=15); translate([25+4.3-1,3,0.6]) cube([2,10,7]); // it's bit up because it helps with printing }