-rw-r--r-- | fanduct.scad | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fanduct.scad b/fanduct.scad index 1090e95..fc57c57 100644 --- a/fanduct.scad +++ b/fanduct.scad | |||
@@ -290,6 +290,9 @@ module fanduct(type=type,ductshape=ductshape,dual=dual) { | |||
290 | 290 | ||
291 | // ***DUCT TAILS!!! WOO-OO! (every day they're out there making duct tails…) | 291 | // ***DUCT TAILS!!! WOO-OO! (every day they're out there making duct tails…) |
292 | module tails(what) { | 292 | module tails(what) { |
293 | if(dual) { | ||
294 | // XXX: not sure if it will ever be | ||
295 | }else{ | ||
293 | if(what=="in") { | 296 | if(what=="in") { |
294 | for(mx=[0,1]) mirror([mx,0,0]) | 297 | for(mx=[0,1]) mirror([mx,0,0]) |
295 | translate([fanduct_ir+fanduct_shell+fanduct_w/2,0,fanduct_shell+fanduct_h/2]) | 298 | translate([fanduct_ir+fanduct_shell+fanduct_w/2,0,fanduct_shell+fanduct_h/2]) |
@@ -298,6 +301,7 @@ module fanduct(type=type,ductshape=ductshape,dual=dual) { | |||
298 | snapper(d=snapper_d,o=snapper_overlap,side=0,l=fanduct_h*3/2+fanduct_shell); | 301 | snapper(d=snapper_d,o=snapper_overlap,side=0,l=fanduct_h*3/2+fanduct_shell); |
299 | } | 302 | } |
300 | } | 303 | } |
304 | } | ||
301 | 305 | ||
302 | module parts(what) { | 306 | module parts(what) { |
303 | union() { | 307 | union() { |