From 6f8a4e93e74631e4ac4e779dbfc18aed203f1649 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 3 Dec 2021 13:26:51 +0100 Subject: [PATCH] Fix name of capability to filter on Contributes to issue CURA-8671. --- resources/qml/Preferences/Materials/MaterialsSyncDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index 9eaaa7bd6f..67d810e8f2 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -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 {