From 8acd1b213116f93953d232b3b2b41a8790106d40 Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Thu, 6 Mar 2014 21:10:38 +0100 Subject: Piecepack pyramids sizes --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2dca011..d290738 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CONFDIR=conf SLIC3R=~/opt/Slic3r/bin/slic3r SUITES=suns moons crowns arms -SUITES=clubs diamonds hearts spades +#SUITES=clubs diamonds hearts spades VALUES=null ace 2 3 4 5 tiles: @@ -51,9 +51,9 @@ saucers: pyramids: mkdir -p ${DESTDIR} - for SUITE in ${SUITES}; do \ - for VALUE in ${VALUES}; do \ - for S in "25 45" "20 35" "14 25"; do \ + for SUITE in ${SUITES} null; do \ + for VALUE in null; do \ + for S in "24 44" "22 40" "20 36" "18 32" "16 28" "14 24"; do \ W=`echo $$S | cut -d' ' -f 1`; \ H=`echo $$S | cut -d' ' -f 2`; \ openscad -o ${DESTDIR}/pyramid-$${W}x$$H-$$SUITE-$$VALUE.stl \ -- cgit v1.2.3