summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-08-26 19:31:22 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-26 19:31:22 (UTC)
commit50d38e82f067901b84113286c83fffefbacb3e0d (patch) (unidiff)
tree89d20c7237935648cae00ae8fb9d8f858b3479c7
parentd6334783daaca35ad796760be3c44fd80af5e5aa (diff)
downloadextrudery-50d38e82f067901b84113286c83fffefbacb3e0d.zip
extrudery-50d38e82f067901b84113286c83fffefbacb3e0d.tar.gz
extrudery-50d38e82f067901b84113286c83fffefbacb3e0d.tar.bz2
thin one tensioner shell a bit
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 20ac37a..bb67dea 100644
--- a/another.scad
+++ b/another.scad
@@ -36,7 +36,7 @@ module the_extruder(
36 // spring tensioner 36 // spring tensioner
37 st_nut_d = 9, st_nut_h = 4, 37 st_nut_d = 9, st_nut_h = 4,
38 st_screw_d = 5, 38 st_screw_d = 5,
39 st_thickshell = 8*extrusion_width, st_thinshell = 4*extrusion_width, 39 st_thickshell = 8*extrusion_width, st_thinshell = 2*extrusion_width,
40 40
41 // screw it 41 // screw it
42 mount_screw_d = 3.1, mount_screw_l = 20, 42 mount_screw_d = 3.1, mount_screw_l = 20,