mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
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
This commit is contained in:
parent
0ba3833995
commit
cdedb56a9a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Menu
|
||||||
text: model.name
|
text: model.name
|
||||||
onTriggered:
|
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"))
|
if (UM.Preferences.getValue("cura/dialog_on_project_save"))
|
||||||
{
|
{
|
||||||
saveWorkspaceDialog.deviceId = model.id
|
saveWorkspaceDialog.deviceId = model.id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue