mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Remove 'upper' from available formula functions
CURA-10901
This commit is contained in:
parent
72bf639bea
commit
039b6ed2c2
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ FORMULA_NAMES = [
|
|||
"sum",
|
||||
"len",
|
||||
"radians",
|
||||
"degrees",
|
||||
"upper",
|
||||
"degrees"
|
||||
]
|
||||
|
||||
DELIMITERS = [r'\+', '-', '=', '/', '\*', r'\(', r'\)', r'\[', r'\]', '{', '}', ' ', '^']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue