mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Fix name of capability to filter on
Contributes to issue CURA-8671.
This commit is contained in:
parent
6d9142579a
commit
6f8a4e93e7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue