mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Fix value function for extruders_enabled_count
CIRA-5056
This commit is contained in:
parent
283d08a0d6
commit
5adb769cf8
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue