Add default value to extruders_enabled_count

Otherwise CuraEngine can't parse this setting from the JSON file in command line slicing.

Contributes to issue CURA-4410.
This commit is contained in:
Ghostkeeper 2018-08-29 17:21:47 +02:00
parent f0f33262c4
commit 1fbf9c9731
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

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