From 04e090500e3f98ab8df843c472051ce6e1d14ce9 Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Wed, 5 Mar 2014 14:13:53 +0100 Subject: Improved pyramids --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f394ddc..2dca011 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ pyramids: done \ done -gcode: tiles coins dice saucers +gcode: tiles coins dice saucers pyramids for T in ${DESTDIR}/tile*.stl; do \ ${SLIC3R} --load ${CONFDIR}/tiles.ini $$T; \ done @@ -73,5 +73,8 @@ gcode: tiles coins dice saucers for T in ${DESTDIR}/die*.stl ${DESTDIR}/suite_die*.stl; do \ ${SLIC3R} --load ${CONFDIR}/dice.ini $$T; \ done + for T in ${DESTDIR}/pyramid*.stl; do \ + ${SLIC3R} --load ${CONFDIR}/pyramids.ini $$T; \ + done all: tiles coins dice pawns saucers pyramids -- cgit v1.2.3