|
@@ -54,6 +54,7 @@ Item
|
|
|
property alias manageProfiles: manageProfilesAction;
|
|
|
|
|
|
property alias manageMaterials: manageMaterialsAction;
|
|
|
+ property alias marketplaceMaterials: marketplaceMaterialsAction;
|
|
|
|
|
|
property alias preferences: preferencesAction;
|
|
|
|
|
@@ -188,6 +189,14 @@ Item
|
|
|
shortcut: "Ctrl+K"
|
|
|
}
|
|
|
|
|
|
+ Action
|
|
|
+ {
|
|
|
+ id: marketplaceMaterialsAction
|
|
|
+ onTriggered: Qt.openUrlExternally("https://marketplace.ultimaker.com/app/cura/materials")
|
|
|
+ iconName: "configure"
|
|
|
+ text: catalog.i18nc("@action:inmenu", "Add more materials from Marketplace")
|
|
|
+ }
|
|
|
+
|
|
|
Action
|
|
|
{
|
|
|
id: updateProfileAction;
|