author | Michael Krelin <hacker@klever.net> | 2016-05-30 22:56:06 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2016-05-30 22:56:06 (UTC) |
commit | 6710a3a6d827f828c69d782450e02432ee1f0aa2 (patch) (unidiff) | |
tree | 4fab66838c6fc2dd744ca40e66f781733af1737d | |
parent | 72c91c8ba5fb5601fbb2d43e05dd79dc0b441348 (diff) | |
download | fanductory-6710a3a6d827f828c69d782450e02432ee1f0aa2.zip fanductory-6710a3a6d827f828c69d782450e02432ee1f0aa2.tar.gz fanductory-6710a3a6d827f828c69d782450e02432ee1f0aa2.tar.bz2 |
thicken intake walls a tiny bit
-rw-r--r-- | fanduct.scad | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fanduct.scad b/fanduct.scad index 41048bf..541a037 100644 --- a/fanduct.scad +++ b/fanduct.scad | |||
@@ -135,116 +135,116 @@ module fanduct(type=type) { | |||
135 | translate([md-fanduct_shell-fanduct_w/2,-jww/2,0]) | 135 | translate([md-fanduct_shell-fanduct_w/2,-jww/2,0]) |
136 | cube(size=[fanduct_shell+fanduct_w/2,jww,od]); | 136 | cube(size=[fanduct_shell+fanduct_w/2,jww,od]); |
137 | duct(what=what); | 137 | duct(what=what); |
138 | } | 138 | } |
139 | translate([0,0,-fanduct_elevation]) sphere(r=.5); | 139 | translate([0,0,-fanduct_elevation]) sphere(r=.5); |
140 | } | 140 | } |
141 | }else if(what=="out") { | 141 | }else if(what=="out") { |
142 | hull() { | 142 | hull() { |
143 | render(convexity=4) intersection() { | 143 | render(convexity=4) intersection() { |
144 | translate([md-fanduct_w/2-fanduct_shell,-jww/2+fanduct_shell,fanduct_shell]) | 144 | translate([md-fanduct_w/2-fanduct_shell,-jww/2+fanduct_shell,fanduct_shell]) |
145 | cube(size=[fanduct_w/2+fanduct_shell,jww-2*fanduct_shell,od-2*fanduct_shell]); | 145 | cube(size=[fanduct_w/2+fanduct_shell,jww-2*fanduct_shell,od-2*fanduct_shell]); |
146 | duct(what=what); | 146 | duct(what=what); |
147 | } | 147 | } |
148 | translate([0,0,-fanduct_elevation]) sphere(r=.2); | 148 | translate([0,0,-fanduct_elevation]) sphere(r=.2); |
149 | } | 149 | } |
150 | } | 150 | } |
151 | } | 151 | } |
152 | if(what=="in") { | 152 | if(what=="in") { |
153 | translate([0,0,-fanduct_elevation-2+epsilon]) | 153 | translate([0,0,-fanduct_elevation-2+epsilon]) |
154 | cylinder(r=fanduct_ir+fanduct_shell*2+fanduct_w+1,h=fanduct_elevation+2); | 154 | cylinder(r=fanduct_ir+fanduct_shell*2+fanduct_w+1,h=fanduct_elevation+2); |
155 | translate([0,0,-hotend_clearance]) | 155 | translate([0,0,-hotend_clearance]) |
156 | rotate([0,0,30]) | 156 | rotate([0,0,30]) |
157 | cylinder(r1=hotend_clearance*2,r2=0,h=hotend_clearance*2,$fn=6); | 157 | cylinder(r1=hotend_clearance*2,r2=0,h=hotend_clearance*2,$fn=6); |
158 | } | 158 | } |
159 | } | 159 | } |
160 | } | 160 | } |
161 | 161 | ||
162 | if(type=="circular") circus(what); | 162 | if(type=="circular") circus(what); |
163 | else if(type=="3jets") jets(what); | 163 | else if(type=="3jets") jets(what); |
164 | } | 164 | } |
165 | 165 | ||
166 | // ***air intake | 166 | // ***air intake |
167 | module intake(what) { | 167 | module intake(what) { |
168 | module placeit() { | 168 | module placeit() { |
169 | translate([-fanduct_ir-2*fanduct_shell-fanduct_w-inlet_away,0,fanduct_shell]) | 169 | translate([-fanduct_ir-2*fanduct_shell-fanduct_w-inlet_away,0,fanduct_shell]) |
170 | rotate([0,-90,0]) | 170 | rotate([0,-90,0]) |
171 | children(); | 171 | children(); |
172 | } | 172 | } |
173 | if(what=="in") { | 173 | if(what=="in") { |
174 | placeit() translate([0,-inlet_w/2,0]) { | 174 | placeit() translate([0,-inlet_w/2,0]) { |
175 | cube(size=[inlet_h,inlet_w,inlet_l+fanduct_shell]); | 175 | cube(size=[inlet_h,inlet_w,inlet_l+fanduct_shell]); |
176 | // supports | 176 | // supports |
177 | for(i=[-1,0,1]) | 177 | for(i=[-1,0,1]) |
178 | translate([-fanduct_shell, | 178 | translate([-fanduct_shell, |
179 | (i+1)*(inlet_w-extrusion_width)/2, | 179 | (i+1)*(inlet_w-extrusion_width)/2, |
180 | -inlet_away-fanduct_w/2]) | 180 | -inlet_away-fanduct_w/2]) |
181 | cube(size=[fanduct_shell, | 181 | cube(size=[fanduct_shell, |
182 | extrusion_width, | 182 | extrusion_width, |
183 | inlet_l+fanduct_shell+inlet_away+fanduct_w/2]); | 183 | inlet_l+fanduct_shell+inlet_away+fanduct_w/2]); |
184 | } | 184 | } |
185 | hull() { | 185 | hull() { |
186 | placeit() translate([-fanduct_shell,-inlet_w/2-fanduct_shell,0]) | 186 | placeit() translate([-fanduct_shell,-inlet_w/2-fanduct_shell,0]) |
187 | cube(size=[inlet_h+2*fanduct_shell,inlet_w+2*fanduct_shell,fanduct_shell]); | 187 | cube(size=[inlet_h+2*fanduct_shell,inlet_w+2*fanduct_shell,fanduct_shell]); |
188 | translate([-fanduct_ir-fanduct_shell-fanduct_w/2,0,0]) | 188 | translate([-fanduct_ir-fanduct_shell-fanduct_w/2,0,0]) |
189 | translate([0,-inlet_w/2-fanduct_shell/2,0]) | 189 | translate([0,-inlet_w/2-fanduct_shell/2,0]) |
190 | cube(size=[1,inlet_w+fanduct_shell,fanduct_shell*2+fanduct_h]); | 190 | cube(size=[1,inlet_w+fanduct_shell,fanduct_shell*2+fanduct_h]); |
191 | } | 191 | } |
192 | }else if(what=="out") { | 192 | }else if(what=="out") { |
193 | placeit() translate([fanduct_shell,-inlet_w/2+fanduct_shell,0]) | 193 | placeit() translate([fanduct_shell,-inlet_w/2+fanduct_shell,0]) |
194 | cube(size=[inlet_h-2*fanduct_shell,inlet_w-2*fanduct_shell,inlet_l+fanduct_shell+1]); | 194 | cube(size=[inlet_h-2*fanduct_shell,inlet_w-2*fanduct_shell,inlet_l+fanduct_shell+1]); |
195 | hull() { | 195 | hull() { |
196 | placeit() translate([fanduct_shell,-inlet_w/2+fanduct_shell,0]) | 196 | placeit() translate([fanduct_shell,-inlet_w/2+fanduct_shell,0]) |
197 | cube(size=[inlet_h-2*fanduct_shell,inlet_w-2*fanduct_shell,fanduct_shell]); | 197 | cube(size=[inlet_h-2*fanduct_shell,inlet_w-2*fanduct_shell,fanduct_shell]); |
198 | translate([-fanduct_ir-fanduct_shell-fanduct_w/2,0,fanduct_shell]) | 198 | translate([-fanduct_ir-fanduct_shell-fanduct_w/2,0,fanduct_shell]) |
199 | translate([0,-inlet_w/2,0]) | 199 | translate([0,-inlet_w/2+fanduct_shell,0]) |
200 | cube(size=[1,inlet_w,fanduct_h]); | 200 | cube(size=[1,inlet_w-2*fanduct_shell,fanduct_h]); |
201 | } | 201 | } |
202 | } | 202 | } |
203 | } | 203 | } |
204 | 204 | ||
205 | // ***DUCT TAILS!!! WOO-OO! (every day they're out there making duct tails…) | 205 | // ***DUCT TAILS!!! WOO-OO! (every day they're out there making duct tails…) |
206 | module tails(what) { | 206 | module tails(what) { |
207 | if(what=="in") { | 207 | if(what=="in") { |
208 | for(mx=[0,1]) mirror([mx,0,0]) | 208 | for(mx=[0,1]) mirror([mx,0,0]) |
209 | translate([fanduct_ir+fanduct_shell+fanduct_w/2,0,fanduct_shell+fanduct_h/2]) | 209 | translate([fanduct_ir+fanduct_shell+fanduct_w/2,0,fanduct_shell+fanduct_h/2]) |
210 | rotate([90,0,90]) | 210 | rotate([90,0,90]) |
211 | translate([0,0,-snapper_d/2]) | 211 | translate([0,0,-snapper_d/2]) |
212 | snapper(d=snapper_d,o=snapper_overlap,side=0,l=fanduct_h*3/2+fanduct_shell); | 212 | snapper(d=snapper_d,o=snapper_overlap,side=0,l=fanduct_h*3/2+fanduct_shell); |
213 | } | 213 | } |
214 | } | 214 | } |
215 | 215 | ||
216 | module parts(what) { | 216 | module parts(what) { |
217 | union() { | 217 | union() { |
218 | duct(what); | 218 | duct(what); |
219 | marks(what); | 219 | marks(what); |
220 | output(what); | 220 | output(what); |
221 | intake(what); | 221 | intake(what); |
222 | tails(what); | 222 | tails(what); |
223 | } | 223 | } |
224 | } | 224 | } |
225 | 225 | ||
226 | difference() { | 226 | difference() { |
227 | parts("in"); | 227 | parts("in"); |
228 | parts("out"); | 228 | parts("out"); |
229 | } | 229 | } |
230 | 230 | ||
231 | } | 231 | } |
232 | 232 | ||
233 | view="full"; // hcut|vcut|* | 233 | view="full"; // hcut|vcut|* |
234 | 234 | ||
235 | hinfinity=4*(fanduct_ir+fanduct_shell*2+fanduct_w+inlet_away); | 235 | hinfinity=4*(fanduct_ir+fanduct_shell*2+fanduct_w+inlet_away); |
236 | vinfinity=2*(fanduct_shell*2+fanduct_h+inlet_h); | 236 | vinfinity=2*(fanduct_shell*2+fanduct_h+inlet_h); |
237 | if(view=="hcut") { | 237 | if(view=="hcut") { |
238 | difference() { | 238 | difference() { |
239 | fanduct(); | 239 | fanduct(); |
240 | translate([-hinfinity/2,-hinfinity/2,fanduct_shell+fanduct_h/2]) | 240 | translate([-hinfinity/2,-hinfinity/2,fanduct_shell+fanduct_h/2]) |
241 | cube(size=[hinfinity,hinfinity,vinfinity]); | 241 | cube(size=[hinfinity,hinfinity,vinfinity]); |
242 | } | 242 | } |
243 | }else if(view=="vcut") { | 243 | }else if(view=="vcut") { |
244 | difference() { | 244 | difference() { |
245 | fanduct(); | 245 | fanduct(); |
246 | translate([-hinfinity/2,0,-vinfinity/2]) | 246 | translate([-hinfinity/2,0,-vinfinity/2]) |
247 | cube(size=[hinfinity,hinfinity,vinfinity]); | 247 | cube(size=[hinfinity,hinfinity,vinfinity]); |
248 | } | 248 | } |
249 | }else fanduct(); | 249 | }else fanduct(); |
250 | /* vim:set sw=1 ai: */ | 250 | /* vim:set sw=1 ai: */ |