summaryrefslogtreecommitdiff
path: root/another.scad
Side-by-side diff
Diffstat (limited to 'another.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad8
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(
st_nut_d = 9, st_nut_h = 4,
- st_screw_d = 5,
+ st_screw_d = 5, st_screw_l = 16,
st_thickshell = 8*extrusion_width, st_thinshell = 2*extrusion_width,
@@ -171,3 +171,7 @@ module the_extruder(
}//translate protrusion
- }//vitamins
+ // spring tensioner screw
+ translate([-gearbox_d/2,-longwing,ls_z])
+ rotate([0,90,0])
+ cylinder(d=st_screw_d,h=st_screw_l);
+ }//mirrorleft if(vitamins)