-rw-r--r-- | fanduct.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fanduct.scad b/fanduct.scad index 421dd5a..975f1cc 100644 --- a/fanduct.scad +++ b/fanduct.scad @@ -19,5 +19,5 @@ fanduct_shell=1.2; // shell thickness fanduct_ir = heater_clearance+5; // inner radius -jet_angle = 60; // angular width of the jet +jet_angle = 60-2; // angular width of the jet inlet_w = 12.5; // inlet width |