summaryrefslogtreecommitdiffabout
path: root/fanduct.scad
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 /fanduct.scad
parent045e95f7882a47bd5dc017705f6743a61e6a5214 (diff)
downloadfanductory-d2f2c94ddbbf6c00b6ea89257f8f3e242f9216bd.zip
fanductory-d2f2c94ddbbf6c00b6ea89257f8f3e242f9216bd.tar.gz
fanductory-d2f2c94ddbbf6c00b6ea89257f8f3e242f9216bd.tar.bz2
widen duct a bit
Diffstat (limited to 'fanduct.scad') (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
@@ -1,36 +1,36 @@
1use <snapper.scad>; 1use <snapper.scad>;
2 extrusion_width=.5; layer_height=.2; // print parameters 2 extrusion_width=.5; layer_height=.2; // print parameters
3 3
4 epsilon=.005; // for finer cuts 4 epsilon=.005; // for finer cuts
5 5
6 heater_w = 16; // heatblock width 6 heater_w = 16; // heatblock width
7 heater_l = 20; // heatblock length 7 heater_l = 20; // heatblock length
8 nozzle_offset=4.5;// nozzle offset from the edge of heatblock 8 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
16 jet_angle = 60; // angular width of the jet 16 jet_angle = 60; // angular width of the jet
17 17
18 inlet_w = 12.5; // inlet width 18 inlet_w = 12.5; // inlet width
19 inlet_h = 17; // inlet height 19 inlet_h = 17; // inlet height
20 inlet_l = 7; // inlet length of protrusion (or depth of intrusion:)) 20 inlet_l = 7; // inlet length of protrusion (or depth of intrusion:))
21 inlet_away = 15;// how far away inlet is 21 inlet_away = 15;// how far away inlet is
22 22
23hotend_clearance = 12; 23hotend_clearance = 12;
24 24
25 snapper_d = 8; snapper_overlap=0.2;// snip snap 25 snapper_d = 8; snapper_overlap=0.2;// snip snap
26 26
27smooth_f = 120; 27smooth_f = 120;
28 28
29type="3jets"; // "3jets" ; // circular|3jets 29type="3jets"; // "3jets" ; // circular|3jets
30 30
31 31
32module fanduct(type=type) { 32module fanduct(type=type) {
33 33
34 // ***duct is all around! 34 // ***duct is all around!
35 module duct(what) { 35 module duct(what) {
36 if(what=="in") { 36 if(what=="in") {