mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:55:57 +08:00
Restore output device arguments
Or else the LocalFileProvider will output a mesh 3mf file and not a cura project 3mf. CURA-7865
This commit is contained in:
parent
32df06c280
commit
280d8574e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user