Create needed folders before rendering

This commit is contained in:
Matt McWilliams 2025-02-07 15:47:25 -05:00
parent 6c223d0fc6
commit 68cc58418d
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ function getParts () {
echo "${tmpFile}" echo "${tmpFile}"
} }
mkdir -p stl
mkdir -p img
if [[ -z "${2}" ]]; then if [[ -z "${2}" ]]; then
echo "Generate all parts in ${SRC}..." echo "Generate all parts in ${SRC}..."
partsList=$(getParts) partsList=$(getParts)