USE_TINY_EARS -> HAS_EARS

This commit is contained in:
Ajabep 2026-01-13 16:18:01 +01:00
commit 2ef1e01eaa

View file

@ -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}" \