From 0662dff707fc813a87bbe0d2537d436ea993e5d1 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 9 Jul 2020 09:10:45 -0400 Subject: [PATCH] Add new parts to build script --- scripts/v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/v3.sh b/scripts/v3.sh index 556d6ed..414cce7 100644 --- a/scripts/v3.sh +++ b/scripts/v3.sh @@ -9,7 +9,7 @@ DIST=./stl IMG=./img NOTES=./notes/${V}.csv -FILES=( "spacer" "top" "spiral" "insert_s8" "insert_16" "spacer_16" ) +FILES=( "spacer" "top" "spiral" "quarter_a" "quarter_b" "quarter_c" "quarter_d" "insert_s8" "insert_16" "spacer_16" ) SIZES=( "50ft" "100ft" ) mkdir -p $DIST