author | Michael Krelin <hacker@klever.net> | 2018-09-01 15:17:10 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2018-09-01 15:17:10 (UTC) |
commit | 416fff4142cc472af0e4c26a89df0c2e0957b518 (patch) (unidiff) | |
tree | 8c4f0ffb2629615f6bf3b4a25fe76a5005143883 | |
parent | bcd075fbc4d1413999bf9870b5ed39b3d8f1c190 (diff) | |
download | extrudery-416fff4142cc472af0e4c26a89df0c2e0957b518.zip extrudery-416fff4142cc472af0e4c26a89df0c2e0957b518.tar.gz extrudery-416fff4142cc472af0e4c26a89df0c2e0957b518.tar.bz2 |
improve st debug cutout
-rw-r--r-- | another.scad | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
463 | if(debug) { | 463 | if(debug) { |
464 | // spring tensioner debug cutout | 464 | // spring tensioner debug cutout |
465 | translate([-gearbox_d/2,-longwing,ls_z]) rotate([0,-90,0]) | 465 | translate([-gearbox_d/2,-longwing,ls_z]) rotate([0,-90,0]) |
466 | translate([0,-lever_thickness/2-1,-gearbox_d]) | 466 | translate([0,-lever_thickness/2-1,-gearbox_d-1]) |
467 | cube(size=[body_h/2+1,lever_thickness/2+1,gearbox_d+2]); | 467 | cube(size=[body_h/2+1,lever_thickness/2+1,gearbox_d+2]); |
468 | // lever axis debug cutout | 468 | // lever axis debug cutout |
469 | translate([mount_d/2,0,-1]) | 469 | translate([mount_d/2,0,-1]) |