mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-29 17:45:45 +08: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
@ -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…
x
Reference in New Issue
Block a user