summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (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 c402312..f5a7b7a 100644
--- a/fanduct.scad
+++ b/fanduct.scad
@@ -35,13 +35,13 @@ space_behind_nozzle = 15; // space behind the nozzle where we're allowed to go
35 snapper_d = 8; snapper_overlap=0.2;// snip snap 35 snapper_d = 8; snapper_overlap=0.2;// snip snap
36 36
37smooth_f = 120; 37smooth_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
43to_midduct = fanduct_ir+fanduct_shell+fanduct_w/2; 43to_midduct = fanduct_ir+fanduct_shell+fanduct_w/2;
44dual_spots = [ [+space_behind_nozzle, -(to_midduct+nozzles_apart/2)], 44dual_spots = [ [+space_behind_nozzle, -(to_midduct+nozzles_apart/2)],
45 [- to_midduct, -(to_midduct+nozzles_apart/2)], 45 [- to_midduct, -(to_midduct+nozzles_apart/2)],
46 [- to_midduct, 0] ]; 46 [- to_midduct, 0] ];
47 47