summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d04b0c3..2d2a5de 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,10 @@
OPENSCAD_APP?=/Applications/OpenSCAD.app
OPENSCAD_BIN?=${OPENSCAD_APP}/Contents/MacOS/OpenSCAD
-OPENSCAD_FLAGS?=-D draft=false
+OPENSCAD_FLAGS?=-D draft=false -D print=true
RENDERVIEWS=holder base
-STLS=$(addsuffix .stl,$(addprefix adapter-,${RENDERVIEWS}))
+STLS=$(addsuffix .stl,$(addprefix adapter-,${RENDERVIEWS}) x-carriage)
default: all
@@ -14,7 +14,7 @@ clean:
rm -f ${STLS}
adapter-%.stl: x-carriage-adapter.scad
- ${OPENSCAD_BIN} ${OPENSCAD_FLAGS} -D draft=false -D 'view="$*"' -o "$@" "$<"
+ ${OPENSCAD_BIN} ${OPENSCAD_FLAGS} -D 'view="$*"' -o "$@" "$<"
%.stl: %.scad