Don't show abstract machines in configuration page

So they cannot be removed through the preferences

CURA-9289
This commit is contained in:
c.lamboo 2022-09-02 15:35:59 +02:00
parent 77bfcccb79
commit 8bb2671a28
2 changed files with 23 additions and 1 deletions

View file

@ -17,7 +17,7 @@ UM.ManagementPage
title: catalog.i18nc("@title:tab", "Printers")
detailsPlaneCaption: base.currentItem && base.currentItem.name ? base.currentItem.name : ""
model: Cura.GlobalStacksModel { }
model: Cura.GlobalStacksModel { filterAbstractMachines: false }
sectionRole: "discoverySource"