Merge pull request #1058 from Ultimaker/cura-2730

Changed MachineManager.isActiveStackValid to areStacksValid. CURA-2730
This commit is contained in:
Simon Edwards 2016-11-01 16:17:04 +01:00 committed by GitHub
commit cadf2115ac
4 changed files with 35 additions and 28 deletions

View file

@ -62,7 +62,7 @@ UM.ManagementPage
Button
{
text: catalog.i18nc("@label", "Create")
enabled: base.canCreateProfile()
enabled: base.canCreateProfile() && !Cura.MachineManager.stacksHaveErrors
visible: base.canCreateProfile()
iconName: "list-add";