diff options
author | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2013-12-03 13:49:46 +0100 |
---|---|---|
committer | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2013-12-03 13:49:46 +0100 |
commit | 2a7b6aa4cfe716751e1c1b0e981b96c392988d6f (patch) | |
tree | 13519f6e4d9177a36d02a39e2b8f1f37e1268f62 /Makefile | |
parent | afece4a6d0bad9c381306e4b31bbed60e1a07b16 (diff) |
pawn
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -29,6 +29,13 @@ dice: -D suite=\"$$SUITE\" src/die.scad; \ done +pawns: + mkdir -p ${DESTDIR} + for SUITE in suns moons crowns arms; do \ + openscad -o ${DESTDIR}/pawn-$$SUITE.stl \ + -D suite=\"$$SUITE\" src/pawn.scad; \ + done + gcode: tiles coins for T in ${DESTDIR}/tile*; do \ ${SLIC3R} --load ${CONFDIR}/tiles.ini $$T; \ |