summaryrefslogtreecommitdiff
Unidiff
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 fc1e9a1..ddca898 100644
--- a/another.scad
+++ b/another.scad
@@ -204,13 +204,13 @@ module the_extruder(
204 translate([0,0,0]) 204 translate([0,0,0])
205 mirror([0,1,0]) cube(size=[fsw,longwing-hhh+lever_thickness/sqrt(2),hhh+lever_thickness/2]); 205 mirror([0,1,0]) cube(size=[fsw,longwing-hhh+lever_thickness/sqrt(2),hhh+lever_thickness/2]);
206 } 206 }
207 } 207 }
208 translate([0,-longwing,ls_z]) rotate([0,-90,0]) { 208 translate([0,-longwing,ls_z]) rotate([0,-90,0]) {
209 if(!tensioner) finger_indent(d=lever_thickness-1,r=15); else { 209 if(!tensioner) finger_indent(d=lever_thickness-1,r=15); else {
210 if(debug) translate([0,-gearbox_d,-gearbox_d]) cube(size=[body_h/2+1,gearbox_d,gearbox_d+2]); 210 if(debug) translate([0,-lever_thickness/2-1,-gearbox_d]) cube(size=[body_h/2+1,lever_thickness/2+1,gearbox_d+2]);
211 mirror([0,0,1]) { 211 mirror([0,0,1]) {
212 translate([0,0,st_shell]) 212 translate([0,0,st_shell])
213 hull() for(o=[0,spring_d]) translate([0,-o,0]) 213 hull() for(o=[0,spring_d]) translate([0,-o,0])
214 rotate([0,0,30]) 214 rotate([0,0,30])
215 cylinder(d=st_nut_d,h=st_nut_h,$fn=6); 215 cylinder(d=st_nut_d,h=st_nut_h,$fn=6);
216 translate([0,0,-1]) cylinder(d=st_screw_d,h=fsw+2,$fn=fnd*st_screw_d); 216 translate([0,0,-1]) cylinder(d=st_screw_d,h=fsw+2,$fn=fnd*st_screw_d);