mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Merge branch 'main' into CURA-10542-Drop-to-buildplate-permodel
This commit is contained in:
commit
3c10bb9a46
1 changed files with 5 additions and 5 deletions
|
@ -47,6 +47,11 @@ Cura.Menu
|
||||||
enabled: UM.WorkspaceFileHandler.enabled && saveProjectMenu.model.count == 1
|
enabled: UM.WorkspaceFileHandler.enabled && saveProjectMenu.model.count == 1
|
||||||
onTriggered:
|
onTriggered:
|
||||||
{
|
{
|
||||||
|
const 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.args = args
|
saveWorkspaceDialog.args = args
|
||||||
|
@ -54,11 +59,6 @@ Cura.Menu
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
const args = {
|
|
||||||
"filter_by_machine": false,
|
|
||||||
"file_type": "workspace",
|
|
||||||
"preferred_mimetypes": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml",
|
|
||||||
};
|
|
||||||
UM.OutputDeviceManager.requestWriteToDevice("local_file", PrintInformation.jobName, args)
|
UM.OutputDeviceManager.requestWriteToDevice("local_file", PrintInformation.jobName, args)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue