mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Save as UCP text corrected
CURA-11715
This commit is contained in:
parent
7c00d2f0b3
commit
20cc036b61
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def getMetaData():
|
|||
"output": [
|
||||
{
|
||||
"extension": workspace_extension,
|
||||
"description": i18n_catalog.i18nc("@item:inlistbox", "Cura Project 3MF file"),
|
||||
"description": i18n_catalog.i18nc("@item:inlistbox", "Universal Cura Project (UCP) file"),
|
||||
"mime_type": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml",
|
||||
"mode": ThreeMFWorkspaceWriter.ThreeMFWorkspaceWriter.OutputMode.BinaryMode
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue