mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Implement filter for printer list to only show printers with certain configured connections
Because here we only want to show cloud-connected printers. Contributes to issue CURA-8609.
This commit is contained in:
parent
c8931d4c23
commit
d16217c674
2 changed files with 27 additions and 3 deletions
|
@ -203,7 +203,10 @@ Window
|
|||
width: parent.width
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
|
||||
model: Cura.GlobalStacksModel {}
|
||||
model: Cura.GlobalStacksModel
|
||||
{
|
||||
filterConnectionType: 3 //Only show cloud connections.
|
||||
}
|
||||
delegate: Rectangle
|
||||
{
|
||||
border.color: UM.Theme.getColor("lining")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue