added limit mimetype for 3mf project and removed saving ucp as mesh writer

CURA-11715
This commit is contained in:
Saumya Jain 2024-03-14 13:01:01 +01:00
parent ea96c3512b
commit 73e4d78735
2 changed files with 1 additions and 6 deletions

View file

@ -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"] = {