mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Remove usages of deprecated activeMachineName
This commit is contained in:
parent
5a25f8e050
commit
c3a373e2a2
3 changed files with 19 additions and 4 deletions
|
@ -32,7 +32,11 @@ Cura.ExpandablePopup
|
|||
{
|
||||
return Cura.MachineManager.activeMachineNetworkGroupName
|
||||
}
|
||||
return Cura.MachineManager.activeMachineName
|
||||
if(Cura.MachineManager.activeStack != null)
|
||||
{
|
||||
return Cura.MachineManager.activeStack.name
|
||||
}
|
||||
return ""
|
||||
}
|
||||
source:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue