mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Merge remote-tracking branch 'origin/master' into feature_model_list
This commit is contained in:
commit
28172c9ad2
182 changed files with 31808 additions and 18294 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