mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Make machine_nozzle_expansion_angle min/max properly into functions
They are inheritance functions so they must be written as a string in the JSON. Contributes to issue CURA-2572.
This commit is contained in:
parent
425dbf1ad8
commit
39cbed61e5
1 changed files with 2 additions and 2 deletions
|
@ -222,8 +222,8 @@
|
|||
"unit": "°",
|
||||
"type": "int",
|
||||
"default_value": 45,
|
||||
"maximum_value": 89,
|
||||
"minimum_value": 1,
|
||||
"maximum_value": "89",
|
||||
"minimum_value": "1",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue