Changed MachineManager.isActiveStackValid to MachineManager.areStacksValid. CURA-2730

This commit is contained in:
Jack Ha 2016-10-19 15:46:22 +02:00
parent 96e516c676
commit 98688bf013
4 changed files with 45 additions and 26 deletions

View file

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