mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Rename to Universal Cura Project
CURA-11561
This commit is contained in:
parent
2ae9908334
commit
63c1eb8990
10 changed files with 43 additions and 43 deletions
|
@ -72,15 +72,15 @@ Cura.Menu
|
|||
|
||||
Cura.MenuItem
|
||||
{
|
||||
id: savePCBMenu
|
||||
text: catalog.i18nc("@title:menu menubar:file", "&Save PCB Project...")
|
||||
id: saveUCPMenu
|
||||
text: catalog.i18nc("@title:menu menubar:file", "&Save Universal Cura Project...")
|
||||
enabled: UM.WorkspaceFileHandler.enabled
|
||||
onTriggered:
|
||||
{
|
||||
var args = { "filter_by_machine": false,
|
||||
"file_type": "workspace",
|
||||
"preferred_mimetypes": "application/x-pcb",
|
||||
"limit_mimetypes": "application/x-pcb"};
|
||||
"preferred_mimetypes": "application/x-ucp",
|
||||
"limit_mimetypes": "application/x-ucp"};
|
||||
UM.OutputDeviceManager.requestWriteToDevice("local_file", PrintInformation.jobName, args)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue