summaryrefslogtreecommitdiff
path: root/another.scad
Unidiff
Diffstat (limited to 'another.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad10
1 files changed, 6 insertions, 4 deletions
diff --git a/another.scad b/another.scad
index 461dc26..74a2d5f 100644
--- a/another.scad
+++ b/another.scad
@@ -225,10 +225,12 @@ module the_extruder(
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]) 230 mirror([0,0,1]) cylinder(d=mount_screwhead_d,h=layer_height);
231 cylinder(d=mount_screwhead_d,h=layer_height); 231 translate([0,0,-(idler_h+idler_v_tolerance)/2])
232 mirror([0,0,1]) cylinder(d=mount_screwhead_d,h=layer_height);
233 }
232 }//translate 234 }//translate
233 }//lever module 235 }//lever module
234 236