From 9a2abeed93a90cf19f83b608e1ce6f5d8b619e8e Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Tue, 11 Mar 2014 21:04:00 +0100 Subject: Improved gcode generation --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70e0a9e..fc3de67 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ gcode: tiles coins dice pawns saucers pyramids for T in ${DESTDIR}/tile*.stl; do \ ${SLIC3R} --load ${CONFDIR}/tiles.ini $$T; \ done - for T in ${DESTDIR}/coin*.stl ${DESTDIR}/saucer*.stl; do \ + for T in ${DESTDIR}/coin*.stl; do \ ${SLIC3R} --load ${CONFDIR}/coins.ini $$T; \ done for T in ${DESTDIR}/die*.stl ${DESTDIR}/suite_die*.stl; do \ @@ -87,6 +87,9 @@ gcode: tiles coins dice pawns saucers pyramids for T in ${DESTDIR}/pawn*.stl ${DESTDIR}/pawn*.stl; do \ ${SLIC3R} --load ${CONFDIR}/pawns.ini $$T; \ done + for T in ${DESTDIR}/saucer*.stl; do \ + ${SLIC3R} --load ${CONFDIR}/saucers.ini $$T; \ + done for T in ${DESTDIR}/pyramid*.stl; do \ ${SLIC3R} --load ${CONFDIR}/pyramids.ini $$T; \ done -- cgit v1.2.3