Fix value function for extruders_enabled_count

CIRA-5056
This commit is contained in:
Lipu Fei 2018-03-13 16:48:17 +01:00
parent 283d08a0d6
commit 5adb769cf8

View File

@ -215,7 +215,7 @@
{ {
"label": "Number of Extruders that are enabled", "label": "Number of Extruders that are enabled",
"description": "Number of extruder trains that are enabled; automatically set in software", "description": "Number of extruder trains that are enabled; automatically set in software",
"default_value": "machine_extruder_count", "value": "machine_extruder_count",
"minimum_value": "1", "minimum_value": "1",
"maximum_value": "16", "maximum_value": "16",
"type": "int", "type": "int",