mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Enable settings when machine_extruder_count is set to 1 but multiple extruders are defined
This commit is contained in:
parent
4d96e6931d
commit
62f2fe062b
2 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ Item
|
|||
Behavior on opacity { NumberAnimation { duration: 100 } }
|
||||
enabled:
|
||||
{
|
||||
if(!ExtruderManager.activeExtruderStackId && ExtruderManager.extruderCount > 0)
|
||||
if(!ExtruderManager.activeExtruderStackId && machineExtruderCount.properties.value > 1)
|
||||
{
|
||||
// disable all controls on the global tab, except categories
|
||||
return model.type == "category"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue