-rw-r--r-- | another.scad | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/another.scad b/another.scad index ddca898..5a590db 100644 --- a/another.scad +++ b/another.scad @@ -259,5 +259,5 @@ module the_extruder( rotate([0,0,45]) cube(size=[filament_guide_d/2,filament_guide_d/2,gearbox_d],center=true); - } + }//rotate translate rotate translate rotate translate // pulley cylinder(d=pulley_d+pulley_clearance,h=body_h+1,$fn=fnd*(pulley_d+pulley_clearance)); @@ -267,5 +267,6 @@ module the_extruder( translate([x,0,ls_z-ls_h/2]) cylinder(d=idler_d+idler_clearance,h=ls_h,$fn=fnd*(idler_d+idler_clearance)); - + + // idler clearance a=cos(45)*(pulley_d+idler_d)/2; b=mount_d/2-a; |