mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
added limit mimetype for 3mf project and removed saving ucp as mesh writer
CURA-11715
This commit is contained in:
parent
ea96c3512b
commit
73e4d78735
2 changed files with 1 additions and 6 deletions
|
@ -33,12 +33,6 @@ def getMetaData():
|
|||
"mime_type": "application/vnd.ms-package.3dmanufacturing-3dmodel+xml",
|
||||
"mode": ThreeMFWriter.ThreeMFWriter.OutputMode.BinaryMode
|
||||
},
|
||||
{
|
||||
"extension": "3mf",
|
||||
"description": i18n_catalog.i18nc("@item:inlistbox", "Universal Cura Project"),
|
||||
"mime_type": "application/x-ucp",
|
||||
"mode": ThreeMFWriter.ThreeMFWriter.OutputMode.BinaryMode
|
||||
}
|
||||
]
|
||||
}
|
||||
metaData["workspace_writer"] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue