author | Michael Krelin <hacker@klever.net> | 2016-06-11 13:58:06 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-06-11 13:58:06 (UTC) |
commit | 81e4c02f584b5404628cda56502d0eedbc93b8f1 (patch) (side-by-side diff) | |
tree | bec4d3946792e8f279508e2b48b7092d72da6829 | |
parent | 386ace1e4c55753b4bda2b674e34005d3c1f01e4 (diff) | |
download | fanductory-81e4c02f584b5404628cda56502d0eedbc93b8f1.zip fanductory-81e4c02f584b5404628cda56502d0eedbc93b8f1.tar.gz fanductory-81e4c02f584b5404628cda56502d0eedbc93b8f1.tar.bz2 |
make hotend clearance as big as heater clearance
-rw-r--r-- | fanduct.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fanduct.scad b/fanduct.scad index 975f1cc..53630a3 100644 --- a/fanduct.scad +++ b/fanduct.scad @@ -16,25 +16,25 @@ fanduct_blowtarget = -2; // what to blow at fanduct_h = 6; // inner height of the duct fanduct_w = 7; // inner width of the duct fanduct_shell=1.2; // shell thickness fanduct_ir = heater_clearance+5; // inner radius jet_angle = 60-2; // angular width of the jet inlet_w = 12.5; // inlet width inlet_h = 17; // inlet height inlet_l = 7; // inlet length of protrusion (or depth of intrusion:)) inlet_away = 15; // how far away inlet is -hotend_clearance = 12; +hotend_clearance = heater_clearance; snapper_d = 8; snapper_overlap=0.2; // snip snap smooth_f = 120; type="3jets"; // "3jets" ; // circular|3jets module fanduct(type=type) { // *** duct is all around! module duct(what) { |