mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Merge pull request #13210 from Ultimaker/CURA-9277_
Various fixes for the cloud printer types feature
This commit is contained in:
commit
e95ed93021
4 changed files with 38 additions and 14 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