-rw-r--r-- | another.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad index 20ac37a..bb67dea 100644 --- a/another.scad +++ b/another.scad @@ -36,7 +36,7 @@ module the_extruder( // spring tensioner st_nut_d = 9, st_nut_h = 4, st_screw_d = 5, - st_thickshell = 8*extrusion_width, st_thinshell = 4*extrusion_width, + st_thickshell = 8*extrusion_width, st_thinshell = 2*extrusion_width, // screw it mount_screw_d = 3.1, mount_screw_l = 20, |