-rw-r--r-- | x-carriage.scad | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x-carriage.scad b/x-carriage.scad index 8c10e14..b2d0772 100644 --- a/x-carriage.scad +++ b/x-carriage.scad | |||
@@ -79,22 +79,16 @@ module xcarriage() { | |||
79 | rotate([90,0,0]) cylinder(r=r,h=belt_width+2,center=true,$fn=30); | 79 | rotate([90,0,0]) cylinder(r=r,h=belt_width+2,center=true,$fn=30); |
80 | translate([cw/2,0,belts_apart/2]) mirror([0,0,1]) belt(width=belt_width+2,l=cw/2+2,tolerance=fit_tolerance); | 80 | translate([cw/2,0,belts_apart/2]) mirror([0,0,1]) belt(width=belt_width+2,l=cw/2+2,tolerance=fit_tolerance); |
81 | } | 81 | } |
82 | bgap = belt_thickness+belt_tooth+fit_tolerance; | 82 | bgap = belt_thickness+belt_tooth+fit_tolerance; |
83 | r1 = (belts_apart/3-bgap)/2; | 83 | r1 = (belts_apart/3-bgap)/2; |
84 | hull() for(x=[mounting_holes_apart/2,x1]) | 84 | hull() for(x=[mounting_holes_apart/2,x1]) |
85 | translate([x,0,-r1-bgap]) | 85 | translate([x,0,-r1-bgap]) |
86 | rotate([90,0,0]) cylinder(r=r1,h=belt_width+2,center=true,$fn=30); | 86 | rotate([90,0,0]) cylinder(r=r1,h=belt_width+2,center=true,$fn=30); |
87 | /* | ||
88 | pd = 4.5;// post diameter | ||
89 | bhd = 5;// belt holder diameter | ||
90 | translate([cw/2-pd/2,0,belts_apart/2-belts_thickness-bhd/2]) cube(size=[pd,belt_width,bhd],center=true); | ||
91 | translate([(cw-pd)/2,0,0]) // TODO: z | ||
92 | rotate([-90,0,0]) translate([0,0,-1]) cylinder(d=pd,h=belt_width+2,center=true,$fn=30); */ | ||
93 | } | 87 | } |
94 | } // difference | 88 | } // difference |
95 | 89 | ||
96 | translate([0,0,30/*heatsink height*//2]) | 90 | translate([0,0,30/*heatsink height*//2]) |
97 | for(mhft = mounting_holes_from_top) translate([mhft[0],0,-mhft[1]]) { | 91 | for(mhft = mounting_holes_from_top) translate([mhft[0],0,-mhft[1]]) { |
98 | rotate([90,0,0]) cylinder(d=screw_d+2*play_tolerance,h=bearings_d+2*bearings_s+2,center=true,$fn=30); | 92 | rotate([90,0,0]) cylinder(d=screw_d+2*play_tolerance,h=bearings_d+2*bearings_s+2,center=true,$fn=30); |
99 | translate([0,belt_width/2+screwhead_h+play_tolerance,0]) | 93 | translate([0,belt_width/2+screwhead_h+play_tolerance,0]) |
100 | rotate([90,0,0]) cylinder(d=screwhead_d+2*play_tolerance,h=screwhead_h+play_tolerance+1,$fn=30); | 94 | rotate([90,0,0]) cylinder(d=screwhead_d+2*play_tolerance,h=screwhead_h+play_tolerance+1,$fn=30); |