author | Michael Krelin <hacker@klever.net> | 2016-06-11 13:57:34 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-06-11 13:57:34 (UTC) |
commit | 386ace1e4c55753b4bda2b674e34005d3c1f01e4 (patch) (side-by-side diff) | |
tree | 932b1f8201c9a55ea50d4efc5ce1eb0dd1344519 | |
parent | 48557dc5e158b0b0c4f9dabda2ee93d1d30bea97 (diff) | |
download | fanductory-386ace1e4c55753b4bda2b674e34005d3c1f01e4.zip fanductory-386ace1e4c55753b4bda2b674e34005d3c1f01e4.tar.gz fanductory-386ace1e4c55753b4bda2b674e34005d3c1f01e4.tar.bz2 |
made jets a tiny bit narrower
-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 @@ -18,7 +18,7 @@ fanduct_w = 7; // inner width of the duct 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 inlet_h = 17; // inlet height |