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
@@ -4,6 +4,6 @@ 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)
@@ -16,3 +16,3 @@ clean:
adapter-%.stl: x-carriage-adapter.scad
- ${OPENSCAD_BIN} ${OPENSCAD_FLAGS} -D draft=false -D 'view="$*"' -o "$@" "$<"
+ ${OPENSCAD_BIN} ${OPENSCAD_FLAGS} -D 'view="$*"' -o "$@" "$<"