Changed pitch of Z rods and motors

dev
michalprusa 2016-03-16 15:43:50 +01:00
parent 9c5bff52f2
commit 8fa4776ef2
2 changed files with 9 additions and 9 deletions

View File

@ -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);

View File

@ -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
}