From cdf558c4db0725192311d437a74a60090c984634 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Thu, 02 Aug 2018 19:27:29 +0000 Subject: more subtle debug cutout --- diff --git a/another.scad b/another.scad index fc1e9a1..ddca898 100644 --- a/another.scad +++ b/another.scad @@ -207,7 +207,7 @@ module the_extruder( } translate([0,-longwing,ls_z]) rotate([0,-90,0]) { if(!tensioner) finger_indent(d=lever_thickness-1,r=15); else { - if(debug) translate([0,-gearbox_d,-gearbox_d]) cube(size=[body_h/2+1,gearbox_d,gearbox_d+2]); + if(debug) translate([0,-lever_thickness/2-1,-gearbox_d]) cube(size=[body_h/2+1,lever_thickness/2+1,gearbox_d+2]); mirror([0,0,1]) { translate([0,0,st_shell]) hull() for(o=[0,spring_d]) translate([0,-o,0]) -- cgit v0.9.0.2