USE_TINY_EARS -> HAS_EARS
This commit is contained in:
parent
e2aa0c2a83
commit
2ef1e01eaa
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ set -u
|
|||
|
||||
VERSION=2.2
|
||||
LOGO_FILE='""'
|
||||
TINY_EARS=false
|
||||
TINY_EARS=true
|
||||
FN=90
|
||||
|
||||
NAME="\"$1\""
|
||||
|
|
@ -53,7 +53,7 @@ render() {
|
|||
echo rendering "$1" "$2"
|
||||
openscad \
|
||||
-D "\$fn=${FN}" \
|
||||
-D "USE_TINY_EARS=${TINY_EARS}" \
|
||||
-D "HAS_EARS=${TINY_EARS}" \
|
||||
-D "LOGO_FILE=${LOGO_FILE}" \
|
||||
-D "NAME=${NAME}" \
|
||||
-D "RENDER_COLOR_CLIP=${CLIP}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue