Merge pull request #13914 from Ultimaker/CURA-9808_UltiMaker

CURA 9808 UltiMaker
This commit is contained in:
Casper Lamboo 2022-11-29 16:36:07 +01:00 committed by GitHub
commit 1672cd639f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
70 changed files with 2082 additions and 2068 deletions

View file

@ -41,7 +41,7 @@ class UFPWriter(MeshWriter):
MimeTypeDatabase.addMimeType(
MimeType(
name = "application/x-ufp",
comment = "Ultimaker Format Package",
comment = "UltiMaker Format Package",
suffixes = ["ufp"]
)
)