mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:59:03 +08:00
Changed extension of 3mf projects to curaproject.3mf
CURA-1263
This commit is contained in:
parent
56daf80f2f
commit
1860b8667b
@ -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…
x
Reference in New Issue
Block a user