Browse Source

Restore arguments in the SaveProjectMenu

Or else the LocalFileOutputDevice will output a mesh 3mf file and not a Cura 3mf project when
being called from the 'File -> Save Project -> To Disk' submenu item.

CURA-7865
Kostas Karmas 4 years ago
parent
commit
cdedb56a9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Menus/SaveProjectMenu.qml

+ 1 - 1
resources/qml/Menus/SaveProjectMenu.qml

@@ -23,7 +23,7 @@ Menu
             text: model.name
             onTriggered:
             {
-                var args = {};
+                var args = { "filter_by_machine": false, "file_type": "workspace", "preferred_mimetypes": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml" };
                 if (UM.Preferences.getValue("cura/dialog_on_project_save"))
                 {
                     saveWorkspaceDialog.deviceId = model.id