aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a6b4cf..09ba199 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,8 @@ dice:
openscad -o ${DESTDIR}/die-$$SUITE.stl \
-D suite=\"$$SUITE\" src/die.scad; \
done
+ openscad -o ${DESTDIR}/suite_die.stl \
+ -D suite='["suns","moons","crowns","arms"]' src/suite_die.scad
pawns:
mkdir -p ${DESTDIR}
@@ -50,7 +52,7 @@ gcode: tiles coins dice saucers
for T in ${DESTDIR}/coin*.stl ${DESTDIR}/saucer*.stl; do \
${SLIC3R} --load ${CONFDIR}/coins.ini $$T; \
done
- for T in ${DESTDIR}/die*.stl; do \
+ for T in ${DESTDIR}/die*.stl ${DESTDIR}/suite_die*.stl; do \
${SLIC3R} --load ${CONFDIR}/dice.ini $$T; \
done