mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:59:10 +08:00
Fix machine name
CURA-6510
This commit is contained in:
parent
153c9a5277
commit
602258bb4a
@ -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…
x
Reference in New Issue
Block a user