mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 17:24:21 +08:00
Fix value function for extruders_enabled_count
CIRA-5056
This commit is contained in:
parent
283d08a0d6
commit
5adb769cf8
@ -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…
x
Reference in New Issue
Block a user