new y rod idler

pull/3/head
yopero 2013-09-16 20:32:07 +01:00
parent ed73d58d85
commit 58b1ccd591
2 changed files with 2941 additions and 811 deletions

View File

@ -62,10 +62,10 @@ module M3rodAndNut(){
cylinder(r=M3_rod_diam/2,h=50,center=true,$fn=40); cylinder(r=M3_rod_diam/2,h=50,center=true,$fn=40);
//M3 nut trap //M3 nut trap
hull(){ hull(){
translate([-frame_width/4,10,0]) translate([-frame_width/4,6,0])
rotate([90,0,0]) rotate([90,0,0])
nutHole(3); nutHole(3);
translate([-frame_width/2,10,0]) translate([-frame_width/2,6,0])
rotate([90,0,0]) rotate([90,0,0])
nutHole(3); nutHole(3);
} }
@ -116,11 +116,13 @@ module Y_rod_idler(side = 0){
M3rodAndNut(); M3rodAndNut();
gap(); gap();
hole(); hole();
logo(side); logo(side);
} }
} }
module show_printbed(){ module show_printbed(){
translate([frame_width/2,frame_height/2,-frame_depth/2]) build_plate(3,150,140); translate([frame_width/2,frame_height/2,-frame_depth/2]) build_plate(3,150,140);

File diff suppressed because it is too large Load Diff