summaryrefslogtreecommitdiffabout
path: root/fanduct.scad
Side-by-side diff
Diffstat (limited to 'fanduct.scad') (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 0cd89f7..1090e95 100644
--- a/fanduct.scad
+++ b/fanduct.scad
@@ -111,3 +111,3 @@ module fanduct(type=type,ductshape=ductshape,dual=dual) {
if(what=="in") {
- for(y=[-1,1])
+ for(y=[-1,1]) translate([0,dual?y*nozzles_apart/2:0,0])
hull() for(z=[0,-fanduct_shell-fanduct_h/2])