mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Use the group name to show in the printer list if it's a network
connected printer. Contributes to CURA-5942.
This commit is contained in:
parent
de650300e2
commit
64bbab9d40
1 changed files with 3 additions and 2 deletions
|
@ -79,8 +79,9 @@ Cura.ExpandableComponent
|
|||
|
||||
delegate: Button
|
||||
{
|
||||
text: name
|
||||
text: model.metadata["connect_group_name"]
|
||||
width: parent.width
|
||||
checked: Cura.MachineManager.activeMachineNetworkGroupName == model.metadata["connect_group_name"]
|
||||
checkable: true
|
||||
|
||||
onClicked:
|
||||
|
@ -120,7 +121,7 @@ Cura.ExpandableComponent
|
|||
|
||||
delegate: Button
|
||||
{
|
||||
text: name
|
||||
text: model.name
|
||||
width: parent.width
|
||||
checked: Cura.MachineManager.activeMachineId == model.id
|
||||
checkable: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue