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:
Ghostkeeper 2017-02-03 11:30:54 +01:00
parent 425dbf1ad8
commit 39cbed61e5
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -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