Enable settings when machine_extruder_count is set to 1 but multiple extruders are defined

This commit is contained in:
fieldOfView 2017-04-18 17:05:45 +02:00
parent 4d96e6931d
commit 62f2fe062b
2 changed files with 2 additions and 2 deletions

View file

@ -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"