summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--fanduct.scad3
1 files changed, 3 insertions, 0 deletions
diff --git a/fanduct.scad b/fanduct.scad
index f4bb705..563920c 100644
--- a/fanduct.scad
+++ b/fanduct.scad
@@ -226,7 +226,10 @@ module fanduct(type=type) {
parts("out");
}
intersection() {
+ union() {
output("airguides");
+ sphere(d=epsilon);
+ }
union() {
duct("in"); output("in"); intake("in");
}