item boxes

This commit is contained in:
2026-04-07 10:17:39 +02:00
parent 3aa38785a6
commit 9db0473369
4 changed files with 255 additions and 0 deletions

View File

@@ -19,3 +19,6 @@ while IFS=',' read -r b t h name; do
-D "name=\"$name\"" \
-o "$output" "$SCAD_FILE"
done <./HeroesKeepOut/cardConfigs.txt
echo "Rendering $output..."
"$OPENSCAD" -o "$output" "$SCAD_FILE"