summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2016-06-13 19:51:56 (UTC)
committer Michael Krelin <hacker@klever.net>2016-06-13 19:51:56 (UTC)
commitd2047c9ea37c0d61e1ec0e8210ec73cd25fc9003 (patch) (side-by-side diff)
tree55a1863ca9ea5855513121492322b8ec139ee575
parent6129dba8296f318d9791769bbeb9304ba43f3d98 (diff)
downloadfanductory-d2047c9ea37c0d61e1ec0e8210ec73cd25fc9003.zip
fanductory-d2047c9ea37c0d61e1ec0e8210ec73cd25fc9003.tar.gz
fanductory-d2047c9ea37c0d61e1ec0e8210ec73cd25fc9003.tar.bz2
add dual extrusion duct to build
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
-rw-r--r--fanduct-dual.scad2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6ac877..998b0ac 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
OPENSCAD_APP?=/Applications/OpenSCAD.app
OPENSCAD_BIN?=${OPENSCAD_APP}/Contents/MacOS/OpenSCAD
-default: fanduct-circular.stl fanduct-3jets.stl
+default: fanduct-circular.stl fanduct-3jets.stl fanduct-dual.stl
clean:
rm -f *.stl
diff --git a/fanduct-dual.scad b/fanduct-dual.scad
new file mode 100644
index 0000000..a6995ff
--- a/dev/null
+++ b/fanduct-dual.scad
@@ -0,0 +1,2 @@
+use <fanduct.scad>;
+fanduct(dual=true);