mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Changed extension of 3mf projects to curaproject.3mf
CURA-1263
This commit is contained in:
parent
56daf80f2f
commit
1860b8667b
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ def getMetaData():
|
|||
"workspace_reader":
|
||||
[
|
||||
{
|
||||
"extension": "3mf",
|
||||
"extension": "curaproject.3mf",
|
||||
"description": catalog.i18nc("@item:inlistbox", "3MF File")
|
||||
}
|
||||
]
|
||||
|
|
|
@ -26,9 +26,9 @@ def getMetaData():
|
|||
},
|
||||
"workspace_writer": {
|
||||
"output": [{
|
||||
"extension": "3mf",
|
||||
"description": i18n_catalog.i18nc("@item:inlistbox", "3MF file"),
|
||||
"mime_type": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml",
|
||||
"extension": "curaproject.3mf",
|
||||
"description": i18n_catalog.i18nc("@item:inlistbox", "Cura Project 3MF file"),
|
||||
"mime_type": "application/x-curaproject+xml",
|
||||
"mode": ThreeMFWorkspaceWriter.ThreeMFWorkspaceWriter.OutputMode.BinaryMode
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue