mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 03:35:56 +08:00
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:
parent
f0f33262c4
commit
1fbf9c9731
@ -216,6 +216,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",
|
||||||
"value": "machine_extruder_count",
|
"value": "machine_extruder_count",
|
||||||
|
"default_value": 1,
|
||||||
"minimum_value": "1",
|
"minimum_value": "1",
|
||||||
"maximum_value": "16",
|
"maximum_value": "16",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user