summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2016-05-30 22:59:06 (UTC)
committer Michael Krelin <hacker@klever.net>2016-05-30 22:59:06 (UTC)
commit045e95f7882a47bd5dc017705f6743a61e6a5214 (patch) (side-by-side diff)
treea9ae1e95ef98e825d67bb5057f3b46a1a312c8ec
parent6710a3a6d827f828c69d782450e02432ee1f0aa2 (diff)
downloadfanductory-045e95f7882a47bd5dc017705f6743a61e6a5214.zip
fanductory-045e95f7882a47bd5dc017705f6743a61e6a5214.tar.gz
fanductory-045e95f7882a47bd5dc017705f6743a61e6a5214.tar.bz2
fix airguides generation
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--fanduct.scad10
1 files changed, 6 insertions, 4 deletions
diff --git a/fanduct.scad b/fanduct.scad
index 541a037..b8994d4 100644
--- a/fanduct.scad
+++ b/fanduct.scad
@@ -94,3 +94,2 @@ module fanduct(type=type) {
}else if(what=="out") {
- difference() {
rotate_extrude($fn=smooth_f)
@@ -101,4 +100,2 @@ module fanduct(type=type) {
[0,-fanduct_elevation-.1]]);
- circus("airguides");
- }
}else if(what=="airguides") {
@@ -229,3 +226,8 @@ module fanduct(type=type) {
}
-
+ intersection() {
+ output("airguides");
+ union() {
+ duct("in"); output("in"); intake("in");
+ }
+ }
}