mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Changed MachineManager.isActiveStackValid to MachineManager.areStacksValid. CURA-2730
This commit is contained in:
parent
96e516c676
commit
98688bf013
4 changed files with 45 additions and 26 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue