summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad10
1 files changed, 4 insertions, 6 deletions
diff --git a/another.scad b/another.scad
index 74a2d5f..461dc26 100644
--- a/another.scad
+++ b/another.scad
@@ -222,18 +222,16 @@ module the_extruder(
222 cylinder(d=spring_d+spring_d_clearance,h=lsd,$fn=fnd*(spring_d+spring_d_clearance)); 222 cylinder(d=spring_d+spring_d_clearance,h=lsd,$fn=fnd*(spring_d+spring_d_clearance));
223 sphere(d=spring_d*3/4,$fn=fnd*spring_d*3/4); 223 sphere(d=spring_d*3/4,$fn=fnd*spring_d*3/4);
224 } 224 }
225 }//rotate-translate 225 }//rotate-translate
226 }//difference 226 }//difference
227 // bridging patch 227 // bridging patch
228 if(bridges) place_idler() { 228 if(bridges) place_idler()
229 translate([0,0,lever_thickness/2-mount_screwhead_h]) 229 translate([0,0,lever_thickness/2-mount_screwhead_h])
230 mirror([0,0,1]) cylinder(d=mount_screwhead_d,h=layer_height); 230 mirror([0,0,1])
231 translate([0,0,-(idler_h+idler_v_tolerance)/2]) 231 cylinder(d=mount_screwhead_d,h=layer_height);
232 mirror([0,0,1]) cylinder(d=mount_screwhead_d,h=layer_height);
233 }
234 }//translate 232 }//translate
235 }//lever module 233 }//lever module
236 234
237 module body() { 235 module body() {
238 difference() { 236 difference() {
239 union() { 237 union() {