summaryrefslogtreecommitdiff
authorMichael Krelin <hacker@klever.net>2018-08-02 19:27:29 (UTC)
committer Michael Krelin <hacker@klever.net>2018-08-02 19:27:29 (UTC)
commitcdf558c4db0725192311d437a74a60090c984634 (patch) (side-by-side diff)
treee73cd07ebb999563f2f21e33267c0c9104e6acd3
parentf7ff2f6940f229c5002f8369961dfa5cf9ed83e2 (diff)
downloadextrudery-cdf558c4db0725192311d437a74a60090c984634.zip
extrudery-cdf558c4db0725192311d437a74a60090c984634.tar.gz
extrudery-cdf558c4db0725192311d437a74a60090c984634.tar.bz2
more subtle debug cutout
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--another.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/another.scad b/another.scad
index fc1e9a1..ddca898 100644
--- a/another.scad
+++ b/another.scad
@@ -198,25 +198,25 @@ module the_extruder(
rotate([0,90,0])
cylinder(d=lever_thickness,h=fsw,$fn=fnd*lever_thickness);
hh=body_h-ls_z;
translate([0,0,ls_z-lever_thickness/2])
mirror([0,1,0]) cube(size=[fsw,longwing-hh+lever_thickness/sqrt(2),hh+lever_thickness/2]);
hhh=ls_z;
translate([0,0,0])
mirror([0,1,0]) cube(size=[fsw,longwing-hhh+lever_thickness/sqrt(2),hhh+lever_thickness/2]);
}
}
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])
rotate([0,0,30])
cylinder(d=st_nut_d,h=st_nut_h,$fn=6);
translate([0,0,-1]) cylinder(d=st_screw_d,h=fsw+2,$fn=fnd*st_screw_d);
bigd = spring_d+spring_d_clearance;
hf = (bigd-st_screw_d)/2;
translate([0,0,st_shell+st_nut_h+st_shell-epsilon])
cylinder(d1=st_screw_d,d2=bigd,
h=hf+epsilon, $fn=fnd*bigd);
translate([0,0,st_shell+st_nut_h+st_shell+hf-epsilon])