mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
CURA-4870 Create a custom model for the machines in order to show the
printers grouped by local or networked.
This commit is contained in:
parent
8a48503104
commit
472ae8e044
3 changed files with 95 additions and 8 deletions
|
@ -14,10 +14,7 @@ UM.ManagementPage
|
|||
id: base;
|
||||
|
||||
title: catalog.i18nc("@title:tab", "Printers");
|
||||
model: UM.ContainerStacksModel
|
||||
{
|
||||
filter: {"type": "machine"}
|
||||
}
|
||||
model: Cura.MachineManagementModel { }
|
||||
|
||||
activeId: Cura.MachineManager.activeMachineId
|
||||
activeIndex: activeMachineIndex()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue