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
@@ -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