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:
Diego Prado Gesto 2018-03-09 16:35:23 +01:00
parent 8a48503104
commit 472ae8e044
3 changed files with 95 additions and 8 deletions

View file

@ -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()