-rw-r--r-- | fanduct.scad | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fanduct.scad b/fanduct.scad index a60609e..235c079 100644 --- a/fanduct.scad +++ b/fanduct.scad | |||
@@ -132,18 +132,16 @@ module fanduct(type=type) { | |||
132 | } | 132 | } |
133 | }else if(what=="out") { | 133 | }else if(what=="out") { |
134 | hull() { | 134 | hull() { |
135 | translate([fanduct_ir+od/2,0,od/2]) | 135 | translate([fanduct_ir+od/2,0,od/2]) |
136 | rotate([90,0,0]) | 136 | rotate([90,0,0]) |
137 | cylinder(d=od-2*fanduct_shell,h=2*(fanduct_ir+fanduct_shell+fanduct_w/2)*sin(jet_angle/2)-3-2*fanduct_shell,center=true); | 137 | cylinder(d=od-2*fanduct_shell,h=2*(fanduct_ir+fanduct_shell+fanduct_w/2)*sin(jet_angle/2)-3-2*fanduct_shell,center=true); |
138 | translate([0,0,-fanduct_elevation]) sphere(r=.2); | 138 | translate([0,0,-fanduct_elevation]) sphere(r=.2); |
139 | } | 139 | } |
140 | |||
141 | type="3jets"; | ||
142 | } | 140 | } |
143 | } | 141 | } |
144 | if(what=="in") { | 142 | if(what=="in") { |
145 | translate([0,0,-fanduct_elevation-2+epsilon]) | 143 | translate([0,0,-fanduct_elevation-2+epsilon]) |
146 | cylinder(r=fanduct_ir+fanduct_shell*2+fanduct_w+1,h=fanduct_elevation+2); | 144 | cylinder(r=fanduct_ir+fanduct_shell*2+fanduct_w+1,h=fanduct_elevation+2); |
147 | translate([0,0,-hotend_clearance]) | 145 | translate([0,0,-hotend_clearance]) |
148 | rotate([0,0,30]) | 146 | rotate([0,0,30]) |
149 | cylinder(r1=hotend_clearance*2,r2=0,h=hotend_clearance*2,$fn=6); | 147 | cylinder(r1=hotend_clearance*2,r2=0,h=hotend_clearance*2,$fn=6); |