diff options
| author | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2014-03-05 14:13:53 +0100 | 
|---|---|---|
| committer | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2014-03-05 14:13:53 +0100 | 
| commit | 04e090500e3f98ab8df843c472051ce6e1d14ce9 (patch) | |
| tree | 6829b0471a80a527bda5bb5824de931f9da961fb /Makefile | |
| parent | e4ca1e720cfd8ae4f8bc34cbfda33d7442a2bee3 (diff) | |
Improved pyramids
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -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 | 
