summaryrefslogtreecommitdiff
path: root/another.scad
Side-by-side diff
Diffstat (limited to 'another.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad4
1 files changed, 4 insertions, 0 deletions
diff --git a/another.scad b/another.scad
index 87121d2..f4e8904 100644
--- a/another.scad
+++ b/another.scad
@@ -463,6 +463,10 @@ module the_extruder(
translate([0,0,-lever_thickness/2-epsilon])
cube(size=[(idler_d+idler_clearance)/2,(idler_d+idler_clearance)/2,
lever_thickness+2*epsilon]);
+ // pushfit debug cutout
+ place_idler()
+ translate([-idler_d/2+filament_offset,0,-1])
+ cube(size=[gearbox_d/2,gearbox_d/2+pf_h(pf),body_h+2]);
}//if debug
}//difference
}