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
@@ -292,2 +292,5 @@ module fanduct(type=type,ductshape=ductshape,dual=dual) {
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") {
@@ -300,2 +303,3 @@ module fanduct(type=type,ductshape=ductshape,dual=dual) {
300 } 303 }
304 }
301 305