From 416fff4142cc472af0e4c26a89df0c2e0957b518 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 01 Sep 2018 15:17:10 +0000 Subject: improve st debug cutout --- diff --git a/another.scad b/another.scad index 2825c07..f3305a1 100644 --- a/another.scad +++ b/another.scad @@ -463,7 +463,7 @@ module the_extruder( if(debug) { // spring tensioner debug cutout translate([-gearbox_d/2,-longwing,ls_z]) rotate([0,-90,0]) - translate([0,-lever_thickness/2-1,-gearbox_d]) + translate([0,-lever_thickness/2-1,-gearbox_d-1]) cube(size=[body_h/2+1,lever_thickness/2+1,gearbox_d+2]); // lever axis debug cutout translate([mount_d/2,0,-1]) -- cgit v0.9.0.2