author | Michael Krelin <hacker@klever.net> | 2018-08-26 19:31:22 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-08-26 19:31:22 (UTC) |
commit | 50d38e82f067901b84113286c83fffefbacb3e0d (patch) (side-by-side diff) | |
tree | 89d20c7237935648cae00ae8fb9d8f858b3479c7 | |
parent | d6334783daaca35ad796760be3c44fd80af5e5aa (diff) | |
download | extrudery-50d38e82f067901b84113286c83fffefbacb3e0d.zip extrudery-50d38e82f067901b84113286c83fffefbacb3e0d.tar.gz extrudery-50d38e82f067901b84113286c83fffefbacb3e0d.tar.bz2 |
thin one tensioner shell a bit
-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, |