summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad5
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
@@ -260,3 +260,3 @@ module the_extruder(
260 cube(size=[filament_guide_d/2,filament_guide_d/2,gearbox_d],center=true); 260 cube(size=[filament_guide_d/2,filament_guide_d/2,gearbox_d],center=true);
261 } 261 }//rotate translate rotate translate rotate translate
262 // pulley 262 // pulley
@@ -268,3 +268,4 @@ module the_extruder(
268 cylinder(d=idler_d+idler_clearance,h=ls_h,$fn=fnd*(idler_d+idler_clearance)); 268 cylinder(d=idler_d+idler_clearance,h=ls_h,$fn=fnd*(idler_d+idler_clearance));
269 269
270 // idler clearance
270 a=cos(45)*(pulley_d+idler_d)/2; 271 a=cos(45)*(pulley_d+idler_d)/2;