summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2016-06-11 17:57:11 (UTC)
committer Michael Krelin <hacker@klever.net>2016-06-11 17:57:11 (UTC)
commit2d09f1c09a64adab3a756e5d7108a2138682a2f3 (patch) (side-by-side diff)
treef4afe1231466eb6fffbb7d8409c9fbbb5c0f34ba
parent4f322c6a7e2c5566ab90f17f010b1c5014ac4cd4 (diff)
downloadfanductory-2d09f1c09a64adab3a756e5d7108a2138682a2f3.zip
fanductory-2d09f1c09a64adab3a756e5d7108a2138682a2f3.tar.gz
fanductory-2d09f1c09a64adab3a756e5d7108a2138682a2f3.tar.bz2
fix protrusions below the sea level
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--fanduct.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/fanduct.scad b/fanduct.scad
index 7a9e205..3e2a15e 100644
--- a/fanduct.scad
+++ b/fanduct.scad
@@ -109,7 +109,7 @@ module fanduct(type=type,ductshape=ductshape) {
cylinder(r=hotend_clearance,h=fanduct_h+2*fanduct_shell+2,$fn=smooth_f);
mirror([0,0,1])
translate([0,0,-epsilon])
- cylinder(r=fanduct_ir+fanduct_shell+1,h=fanduct_elevation+.1+2);
+ cylinder(r=fanduct_ir+2*fanduct_shell+fanduct_w+1,h=fanduct_elevation+.1+2);
}
}else if(what=="out") {
rotate_extrude($fn=smooth_f)