summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2016-05-30 22:56:06 (UTC)
committer Michael Krelin <hacker@klever.net>2016-05-30 22:56:06 (UTC)
commit6710a3a6d827f828c69d782450e02432ee1f0aa2 (patch) (side-by-side diff)
tree4fab66838c6fc2dd744ca40e66f781733af1737d
parent72c91c8ba5fb5601fbb2d43e05dd79dc0b441348 (diff)
downloadfanductory-6710a3a6d827f828c69d782450e02432ee1f0aa2.zip
fanductory-6710a3a6d827f828c69d782450e02432ee1f0aa2.tar.gz
fanductory-6710a3a6d827f828c69d782450e02432ee1f0aa2.tar.bz2
thicken intake walls a tiny bit
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--fanduct.scad4
1 files changed, 2 insertions, 2 deletions
diff --git a/fanduct.scad b/fanduct.scad
index 41048bf..541a037 100644
--- a/fanduct.scad
+++ b/fanduct.scad
@@ -196,8 +196,8 @@ module fanduct(type=type) {
placeit() translate([fanduct_shell,-inlet_w/2+fanduct_shell,0])
cube(size=[inlet_h-2*fanduct_shell,inlet_w-2*fanduct_shell,fanduct_shell]);
translate([-fanduct_ir-fanduct_shell-fanduct_w/2,0,fanduct_shell])
- translate([0,-inlet_w/2,0])
- cube(size=[1,inlet_w,fanduct_h]);
+ translate([0,-inlet_w/2+fanduct_shell,0])
+ cube(size=[1,inlet_w-2*fanduct_shell,fanduct_h]);
}
}
}