mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 20:55:54 +08:00
Fix name of capability to filter on
Contributes to issue CURA-8671.
This commit is contained in:
parent
6d9142579a
commit
6f8a4e93e7
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user