mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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": "°",
|
"unit": "°",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"default_value": 45,
|
"default_value": 45,
|
||||||
"maximum_value": 89,
|
"maximum_value": "89",
|
||||||
"minimum_value": 1,
|
"minimum_value": "1",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": false,
|
"settable_per_extruder": false,
|
||||||
"settable_per_meshgroup": false
|
"settable_per_meshgroup": false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue