mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue