mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Don't show abstract machines in configuration page
So they cannot be removed through the preferences CURA-9289
This commit is contained in:
parent
77bfcccb79
commit
8bb2671a28
2 changed files with 23 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue