summaryrefslogtreecommitdiffabout
path: root/fanduct.scad
Unidiff
Diffstat (limited to 'fanduct.scad') (more/less context) (ignore whitespace changes)
-rw-r--r--fanduct.scad5
1 files changed, 4 insertions, 1 deletions
diff --git a/fanduct.scad b/fanduct.scad
index f4bb705..563920c 100644
--- a/fanduct.scad
+++ b/fanduct.scad
@@ -221,17 +221,20 @@ module fanduct(type=type) {
221 } 221 }
222 } 222 }
223 223
224 difference() { 224 difference() {
225 parts("in"); 225 parts("in");
226 parts("out"); 226 parts("out");
227 } 227 }
228 intersection() { 228 intersection() {
229 output("airguides"); 229 union() {
230 output("airguides");
231 sphere(d=epsilon);
232 }
230 union() { 233 union() {
231 duct("in"); output("in"); intake("in"); 234 duct("in"); output("in"); intake("in");
232 } 235 }
233 } 236 }
234} 237}
235 238
236view="full"; // hcut|vcut|* 239view="full"; // hcut|vcut|*
237 240