summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2016-05-30 23:23:06 (UTC)
committer Michael Krelin <hacker@klever.net>2016-05-30 23:23:06 (UTC)
commit36928b70c94190b739af1dbd39b2680b21f949d0 (patch) (side-by-side diff)
tree515d3ca2284d56cbb98044f6938d7f7b4ba5c1ee
parentc11d5b7e8f4b8f0e7a20d81dd813a21e19b705c3 (diff)
downloadfanductory-36928b70c94190b739af1dbd39b2680b21f949d0.zip
fanductory-36928b70c94190b739af1dbd39b2680b21f949d0.tar.gz
fanductory-36928b70c94190b739af1dbd39b2680b21f949d0.tar.bz2
work around the lack of air guides
intersection with empty airguides part isn't what one may expect it to be.
Diffstat (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
@@ -226,7 +226,10 @@ module fanduct(type=type) {
parts("out");
}
intersection() {
- output("airguides");
+ union() {
+ output("airguides");
+ sphere(d=epsilon);
+ }
union() {
duct("in"); output("in"); intake("in");
}