-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 @@ -33,13 +33,13 @@ module the_extruder( knob_bore_l = 4, knob_indent_d = 4, knob_indents = 12, // 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, mount_screwhead_d=6, mount_screwhead_h=3, idler_screw_d = 3, idler_screwhead_d=6, idler_screwhead_h=3, |