summaryrefslogtreecommitdiffabout
path: root/fanduct.scad
Unidiff
Diffstat (limited to 'fanduct.scad') (more/less context) (show whitespace changes)
-rw-r--r--fanduct.scad4
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
@@ -291,4 +291,7 @@ module fanduct(type=type,ductshape=ductshape,dual=dual) {
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])
@@ -299,4 +302,5 @@ module fanduct(type=type,ductshape=ductshape,dual=dual) {
299 } 302 }
300 } 303 }
304 }
301 305
302 module parts(what) { 306 module parts(what) {