mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:09:02 +08:00
Remove 'upper' from available formula functions
CURA-10901
This commit is contained in:
parent
72bf639bea
commit
039b6ed2c2
@ -36,8 +36,7 @@ FORMULA_NAMES = [
|
|||||||
"sum",
|
"sum",
|
||||||
"len",
|
"len",
|
||||||
"radians",
|
"radians",
|
||||||
"degrees",
|
"degrees"
|
||||||
"upper",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
DELIMITERS = [r'\+', '-', '=', '/', '\*', r'\(', r'\)', r'\[', r'\]', '{', '}', ' ', '^']
|
DELIMITERS = [r'\+', '-', '=', '/', '\*', r'\(', r'\)', r'\[', r'\]', '{', '}', ' ', '^']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user