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) (unidiff)
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) {
196 placeit() translate([fanduct_shell,-inlet_w/2+fanduct_shell,0]) 196 placeit() translate([fanduct_shell,-inlet_w/2+fanduct_shell,0])
197 cube(size=[inlet_h-2*fanduct_shell,inlet_w-2*fanduct_shell,fanduct_shell]); 197 cube(size=[inlet_h-2*fanduct_shell,inlet_w-2*fanduct_shell,fanduct_shell]);
198 translate([-fanduct_ir-fanduct_shell-fanduct_w/2,0,fanduct_shell]) 198 translate([-fanduct_ir-fanduct_shell-fanduct_w/2,0,fanduct_shell])
199 translate([0,-inlet_w/2,0]) 199 translate([0,-inlet_w/2+fanduct_shell,0])
200 cube(size=[1,inlet_w,fanduct_h]); 200 cube(size=[1,inlet_w-2*fanduct_shell,fanduct_h]);
201 } 201 }
202 } 202 }
203 } 203 }