Code cleaning + add ears to the bottle clip! #22
1 changed files with 2 additions and 2 deletions
USE_TINY_EARS -> HAS_EARS
commit
2ef1e01eaa
|
|
@ -6,7 +6,7 @@ set -u
|
||||||
|
|
||||||
VERSION=2.2
|
VERSION=2.2
|
||||||
LOGO_FILE='""'
|
LOGO_FILE='""'
|
||||||
TINY_EARS=false
|
TINY_EARS=true
|
||||||
FN=90
|
FN=90
|
||||||
|
|
||||||
NAME="\"$1\""
|
NAME="\"$1\""
|
||||||
|
|
@ -53,7 +53,7 @@ render() {
|
||||||
echo rendering "$1" "$2"
|
echo rendering "$1" "$2"
|
||||||
openscad \
|
openscad \
|
||||||
-D "\$fn=${FN}" \
|
-D "\$fn=${FN}" \
|
||||||
-D "USE_TINY_EARS=${TINY_EARS}" \
|
-D "HAS_EARS=${TINY_EARS}" \
|
||||||
-D "LOGO_FILE=${LOGO_FILE}" \
|
-D "LOGO_FILE=${LOGO_FILE}" \
|
||||||
-D "NAME=${NAME}" \
|
-D "NAME=${NAME}" \
|
||||||
-D "RENDER_COLOR_CLIP=${CLIP}" \
|
-D "RENDER_COLOR_CLIP=${CLIP}" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue