Also show warning icon when the set-up on other extruders is unsupported

So I added a function that checks the support on all extruders and the global stack.

Contributes to issue CURA-4148.
This commit is contained in:
Ghostkeeper 2017-08-25 14:27:45 +02:00
parent 165665247f
commit 585c04dfaa
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
2 changed files with 18 additions and 1 deletions

View file

@ -327,7 +327,7 @@ Column
//sourceSize.height: width + 5
color: UM.Theme.getColor("setting_validation_warning")
visible: !Cura.MachineManager.isActiveQualitySupported
visible: !Cura.MachineManager.isCurrentSetupSupported
}
}
}