-rw-r--r-- | another.scad | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/another.scad b/another.scad index e4d79f9..915b184 100644 --- a/another.scad +++ b/another.scad @@ -31,5 +31,5 @@ module the_extruder( knob_h = 10, - knob_bore_l = 4, knob_indent_d = 4, knob_indents = 12, + knob_v_clearance = 1, // spring tensioner @@ -410,2 +410,3 @@ module the_extruder( ch = knob_indent_d/2; + knob_bore_l = body_h-protrusion_h-pulley_elevation-pulley_h-knob_v_clearance; translate([0,0,body_h+epsilon]) { |