summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (show 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
@@ -176,6 +176,6 @@ module fanduct(type=type) {
}
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])
@@ -223,5 +223,5 @@ module fanduct(type=type) {
}
-view=""; // hcut|vcut|*
+view="full"; // hcut|vcut|*
hinfinity=4*(fanduct_ir+fanduct_shell*2+fanduct_w+inlet_away);