From 0fdc8b779e54c9c8eb7efae5ac7d71e3ba4845a0 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 30 Aug 2022 10:14:50 -0600 Subject: [PATCH] Tunable spoke count --- README.md | 2 +- build.sh | 26 +++++++++++-- chip.scad | 26 ++++++++++--- full-circle.json | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ full-hex.json | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ mini-circle.json | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ mini-hex.json | 95 ++++++++++++++++++++++++++++++++++++++++++++++++ parameters.json | 17 --------- 8 files changed, 424 insertions(+), 27 deletions(-) create mode 100644 full-circle.json create mode 100644 full-hex.json create mode 100644 mini-circle.json create mode 100644 mini-hex.json delete mode 100644 parameters.json diff --git a/README.md b/README.md index dafdb70..80a908c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ so random website's color scheme works fine for me. A "standard" poker chip is 39mm wide, and 3.5mm thick. -A "miniature" poker chip is 22m wide, and 3.5mm thick. +A "miniature" poker chip is 22m wide, and I don't know how thick. There are boxes you can print that work will with these dimensions. diff --git a/build.sh b/build.sh index db0c7f9..c7c5db4 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,26 @@ #! /bin/sh -cat parameters.json | jq -r ".parameterSets | keys | .[]" \ +if [ ! -f "$1" ]; then + cat <