author | Michael Krelin <hacker@klever.net> | 2018-09-01 11:39:18 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-09-01 11:39:18 (UTC) |
commit | 6847b07f69c54d67a98e178db703c4b1f4e6bc67 (patch) (unidiff) | |
tree | 7e936563f33737dfea9a5f4c35824ea25eedfbbf | |
parent | 8dd62c375a2df44eaa42a4ac58905f15d4b17cca (diff) | |
download | extrudery-6847b07f69c54d67a98e178db703c4b1f4e6bc67.zip extrudery-6847b07f69c54d67a98e178db703c4b1f4e6bc67.tar.gz extrudery-6847b07f69c54d67a98e178db703c4b1f4e6bc67.tar.bz2 |
add spring tensioner screw to vitamins
-rw-r--r-- | another.scad | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/another.scad b/another.scad index 8334b11..1811584 100644 --- a/another.scad +++ b/another.scad | |||
@@ -36,3 +36,3 @@ module the_extruder( | |||
36 | st_nut_d = 9, st_nut_h = 4, | 36 | st_nut_d = 9, st_nut_h = 4, |
37 | st_screw_d = 5, | 37 | st_screw_d = 5, st_screw_l = 16, |
38 | st_thickshell = 8*extrusion_width, st_thinshell = 2*extrusion_width, | 38 | st_thickshell = 8*extrusion_width, st_thinshell = 2*extrusion_width, |
@@ -171,3 +171,7 @@ module the_extruder( | |||
171 | }//translate protrusion | 171 | }//translate protrusion |
172 | }//vitamins | 172 | // spring tensioner screw |
173 | translate([-gearbox_d/2,-longwing,ls_z]) | ||
174 | rotate([0,90,0]) | ||
175 | cylinder(d=st_screw_d,h=st_screw_l); | ||
176 | }//mirrorleft if(vitamins) | ||
173 | 177 | ||