-rw-r--r-- | another.scad | 3 |
1 files changed, 2 insertions, 1 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)); @@ -268,4 +268,5 @@ module the_extruder( 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; |