mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
Fix machine name
CURA-6510
This commit is contained in:
parent
153c9a5277
commit
602258bb4a
1 changed files with 2 additions and 2 deletions
|
|
@ -32,9 +32,9 @@ Cura.ExpandablePopup
|
|||
{
|
||||
return Cura.MachineManager.activeMachineNetworkGroupName
|
||||
}
|
||||
if(Cura.MachineManager.activeStack != null)
|
||||
if(Cura.MachineManager.activeMachine != null)
|
||||
{
|
||||
return Cura.MachineManager.activeStack.name
|
||||
return Cura.MachineManager.activeMachine.name
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue