-rw-r--r-- | fanduct.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fanduct.scad b/fanduct.scad index c402312..f5a7b7a 100644 --- a/fanduct.scad +++ b/fanduct.scad | |||
@@ -38,7 +38,7 @@ smooth_f = 120; | |||
38 | 38 | ||
39 | type="circular"; // circular|3jets | 39 | type="circular"; // circular|3jets |
40 | ductshape="square"; // square|round | 40 | ductshape="square"; // square|round |
41 | dual=true; // dual or single | 41 | dual=false; // dual or single |
42 | 42 | ||
43 | to_midduct = fanduct_ir+fanduct_shell+fanduct_w/2; | 43 | to_midduct = fanduct_ir+fanduct_shell+fanduct_w/2; |
44 | dual_spots = [ [+space_behind_nozzle, -(to_midduct+nozzles_apart/2)], | 44 | dual_spots = [ [+space_behind_nozzle, -(to_midduct+nozzles_apart/2)], |