From 827d1b69fe7c970b176362821ab6a5f7fa05bdac Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Tue, 3 Dec 2013 20:17:02 +0100 Subject: gcode generation for dice --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91cecb2..b64fb39 100644 --- a/Makefile +++ b/Makefile @@ -36,12 +36,15 @@ pawns: -D suite=\"$$SUITE\" src/pawn.scad; \ done -gcode: tiles coins +gcode: tiles coins dice for T in ${DESTDIR}/tile*; do \ ${SLIC3R} --load ${CONFDIR}/tiles.ini $$T; \ done for T in ${DESTDIR}/coin*; do \ ${SLIC3R} --load ${CONFDIR}/coins.ini $$T; \ done + for T in ${DESTDIR}/die*; do \ + ${SLIC3R} --load ${CONFDIR}/dice.ini $$T; \ + done -all: tiles coins +all: tiles coins dice pawns -- cgit v1.2.3