summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2016-05-27 21:06:11 (UTC)
committer Michael Krelin <hacker@klever.net>2016-05-27 21:06:11 (UTC)
commitd6c42dc3c0c88a836d255a349588be3c38111093 (patch) (side-by-side diff)
tree1f6148fa14da8d39a55abbedc0c7d71ad7ec4b56
parentead35d4dd76ff079399b9ac6272fa86d3b23a2dc (diff)
downloadfanductory-d6c42dc3c0c88a836d255a349588be3c38111093.zip
fanductory-d6c42dc3c0c88a836d255a349588be3c38111093.tar.gz
fanductory-d6c42dc3c0c88a836d255a349588be3c38111093.tar.bz2
reprettified air intake
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--fanduct.scad6
1 files changed, 3 insertions, 3 deletions
diff --git a/fanduct.scad b/fanduct.scad
index d711166..6eef682 100644
--- a/fanduct.scad
+++ b/fanduct.scad
@@ -175,8 +175,8 @@ module fanduct(type=type) {
inlet_l+fanduct_shell+inlet_away+fanduct_w/2]);
}
hull() {
- placeit() translate([-fanduct_shell,-inlet_w/2-fanduct_shell/2,0])
- cube(size=[inlet_h+fanduct_shell,inlet_w+fanduct_shell,fanduct_shell]);
+ 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,0])
translate([0,-inlet_w/2-fanduct_shell/2,0])
cube(size=[1,inlet_w+fanduct_shell,fanduct_shell*2+fanduct_h]);
@@ -222,7 +222,7 @@ module fanduct(type=type) {
}
-view=""; // hcut|vcut|*
+view="full"; // hcut|vcut|*
hinfinity=4*(fanduct_ir+fanduct_shell*2+fanduct_w+inlet_away);
vinfinity=2*(fanduct_shell*2+fanduct_h+inlet_h);