From 407ec2313fe42097470d7a39ca020f30db37ad4d Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Fri, 6 Dec 2013 19:34:23 +0100 Subject: Fix makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6b18249..5a6b4cf 100644 --- a/Makefile +++ b/Makefile @@ -44,13 +44,13 @@ saucers: done gcode: tiles coins dice saucers - for T in ${DESTDIR}/tile*; do \ + for T in ${DESTDIR}/tile*.stl; do \ ${SLIC3R} --load ${CONFDIR}/tiles.ini $$T; \ done - for T in ${DESTDIR}/coin* ${DESTDIR}/saucer*; do \ + for T in ${DESTDIR}/coin*.stl ${DESTDIR}/saucer*.stl; do \ ${SLIC3R} --load ${CONFDIR}/coins.ini $$T; \ done - for T in ${DESTDIR}/die*; do \ + for T in ${DESTDIR}/die*.stl; do \ ${SLIC3R} --load ${CONFDIR}/dice.ini $$T; \ done -- cgit v1.2.3