mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 14:21:19 -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
|
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 ""
|
return ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue