Fix name of capability to filter on

Contributes to issue CURA-8671.
This commit is contained in:
Ghostkeeper 2021-12-03 13:26:51 +01:00
parent 6d9142579a
commit 6f8a4e93e7
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -737,7 +737,7 @@ Window
id: cloudPrinterList
filterConnectionType: 3 //Only show cloud connections.
filterOnlineOnly: true //Only show printers that are online.
filterCapabilities: ["import_materials"] //Only show printers that can receive the material profiles.
filterCapabilities: ["import_material"] //Only show printers that can receive the material profiles.
}
Cura.GlobalStacksModel
{