summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad
index 4c7b1b7..f77fa7a 100644
--- a/another.scad
+++ b/another.scad
@@ -190,3 +190,3 @@ module the_extruder(
190 rotate([0,90,0]) 190 rotate([0,90,0])
191 cylinder(d=lever_thickness,h=fsw,$fn=2*PI*lever_thickness); 191 cylinder(d=max(lever_thickness,spring_d+spring_d_clearance+2*extrusion_width),h=fsw,$fn=2*PI*lever_thickness);
192 hh=body_h-ls_z; 192 hh=body_h-ls_z;