restyle code

This commit is contained in:
2026-05-07 14:53:47 +02:00
parent 2074bd832e
commit 961793c975
8 changed files with 59 additions and 67 deletions

View File

@@ -20,8 +20,8 @@ echo "Rendering Box-Figures-Heroes..."
echo "Rendering Box-Figures-Big..."
"$OPENSCAD" -o "$FOLDER/Box/Box-Figure-Big.stl" "./HeroesKeepOut/Box-Figure-Big.scad"
echo "Rendering Box-Figures-Monster-1..."
"$OPENSCAD" -o "$FOLDER/Box/Box-Figure-Monster-1.stl" "./HeroesKeepOut/Box-Figure-Monster-1.scad"
echo "Rendering Box-Figures-Monsters..."
"$OPENSCAD" -o "$FOLDER/Box/Box-Figure-Monsters.stl" "./HeroesKeepOut/Box-Figure-Monsters.scad"
SCAD_FILE="./HeroesKeepOut/Box-Figure.scad"
while IFS=',' read -r x y z name; do