mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 15:51:12 -07:00
Merge branch '4.0' into STAR-322_cloud-connection
This commit is contained in:
commit
f2922e2405
7 changed files with 68 additions and 7 deletions
|
|
@ -26,7 +26,14 @@ Cura.ExpandablePopup
|
|||
|
||||
headerItem: Cura.IconWithText
|
||||
{
|
||||
text: isNetworkPrinter ? Cura.MachineManager.activeMachineNetworkGroupName : Cura.MachineManager.activeMachineName
|
||||
text:
|
||||
{
|
||||
if (isNetworkPrinter && Cura.MachineManager.activeMachineNetworkGroupName != "")
|
||||
{
|
||||
return Cura.MachineManager.activeMachineNetworkGroupName
|
||||
}
|
||||
return Cura.MachineManager.activeMachineName
|
||||
}
|
||||
source:
|
||||
{
|
||||
if (isGroup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue