initializing Box
This commit is contained in:
2026-03-29 23:51:17 +02:00
parent b41e43cf2c
commit eb345587b6
2 changed files with 87 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
OPENSCAD="openscad"
SCAD_FILE="./CardHolder.scad"
FOLDER=STL/HeroesKeepOut/
FOLDER=STL/HeroesKeepOut
mkdir -p STL
mkdir -p $FOLDER
@@ -9,7 +9,7 @@ mkdir -p $FOLDER
while IFS=',' read -r b t h name; do
# Remove quotes around name, replace spaces with -
label=$(printf '%s' "$name" | sed 's/"//g; s/ /-/g')
output="$FOLDER$label.stl"
output="$FOLDER/Cards-$label.stl"
echo "Rendering $output..."
"$OPENSCAD" \