summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2016-05-30 22:59:27 (UTC)
committer Michael Krelin <hacker@klever.net>2016-05-30 22:59:27 (UTC)
commitd2f2c94ddbbf6c00b6ea89257f8f3e242f9216bd (patch) (unidiff)
tree9a46be41f0f7f953ea1c3bb24c2f740f279fcefc
parent045e95f7882a47bd5dc017705f6743a61e6a5214 (diff)
downloadfanductory-d2f2c94ddbbf6c00b6ea89257f8f3e242f9216bd.zip
fanductory-d2f2c94ddbbf6c00b6ea89257f8f3e242f9216bd.tar.gz
fanductory-d2f2c94ddbbf6c00b6ea89257f8f3e242f9216bd.tar.bz2
widen duct a bit
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 b8994d4..7fc1ff4 100644
--- a/fanduct.scad
+++ b/fanduct.scad
@@ -9,7 +9,7 @@ nozzle_offset=4.5; // nozzle offset from the edge of heatblock
9 9
10 fanduct_elevation = 3; // fanduct elevation above nozzle tip 10 fanduct_elevation = 3; // fanduct elevation above nozzle tip
11 fanduct_h = 6; // inner height of the duct 11 fanduct_h = 6; // inner height of the duct
12 fanduct_w = 6; // inner width of the duct 12 fanduct_w = 7; // inner width of the duct
13 fanduct_shell=1.2; // shell thickness 13 fanduct_shell=1.2; // shell thickness
14 fanduct_ir = sqrt(pow(heater_w/2,2)+pow(heater_l-nozzle_offset,2))+5;// inner radius 14 fanduct_ir = sqrt(pow(heater_w/2,2)+pow(heater_l-nozzle_offset,2))+5;// inner radius
15 15