From afece4a6d0bad9c381306e4b31bbed60e1a07b16 Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Tue, 3 Dec 2013 13:43:12 +0100 Subject: Dice --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 65700db..a1f054c 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,13 @@ coins: done \ done +dice: + mkdir -p ${DESTDIR} + for SUITE in suns moons crowns arms; do \ + openscad -o ${DESTDIR}/die-$$SUITE.stl \ + -D suite=\"$$SUITE\" src/die.scad; \ + done + gcode: tiles coins for T in ${DESTDIR}/tile*; do \ ${SLIC3R} --load ${CONFDIR}/tiles.ini $$T; \ -- cgit v1.2.3