mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:59:04 +08:00
Added workspace save option to menu
CURA-1263
This commit is contained in:
parent
304696c809
commit
f57a17577f
@ -107,6 +107,12 @@ UM.MainWindow
|
|||||||
onObjectRemoved: saveAllMenu.removeItem(object)
|
onObjectRemoved: saveAllMenu.removeItem(object)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
MenuItem
|
||||||
|
{
|
||||||
|
id: saveWorkspaceMenu
|
||||||
|
text: catalog.i18nc("@title:menu menubar:file","Save Workspace")
|
||||||
|
onTriggered: UM.OutputDeviceManager.requestWriteToDevice("local_file", PrintInformation.jobName, { "filter_by_machine": false, "file_type": "workspace" });
|
||||||
|
}
|
||||||
|
|
||||||
MenuItem { action: Cura.Actions.reloadAll; }
|
MenuItem { action: Cura.Actions.reloadAll; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user