mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:19:03 +08: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
@ -79,8 +79,9 @@ Cura.ExpandableComponent
|
|||||||
|
|
||||||
delegate: Button
|
delegate: Button
|
||||||
{
|
{
|
||||||
text: name
|
text: model.metadata["connect_group_name"]
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
checked: Cura.MachineManager.activeMachineNetworkGroupName == model.metadata["connect_group_name"]
|
||||||
checkable: true
|
checkable: true
|
||||||
|
|
||||||
onClicked:
|
onClicked:
|
||||||
@ -120,7 +121,7 @@ Cura.ExpandableComponent
|
|||||||
|
|
||||||
delegate: Button
|
delegate: Button
|
||||||
{
|
{
|
||||||
text: name
|
text: model.name
|
||||||
width: parent.width
|
width: parent.width
|
||||||
checked: Cura.MachineManager.activeMachineId == model.id
|
checked: Cura.MachineManager.activeMachineId == model.id
|
||||||
checkable: true
|
checkable: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user