From 2bb1330fffd3b2c7d83361f536eb155640e4c867 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Tue, 21 Aug 2018 18:00:30 +0000 Subject: pushfit debug cutout --- 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 } -- cgit v0.9.0.2