init Box
initializing Box
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user