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"]
)
)

View file

@ -1,5 +1,5 @@
#Copyright (c) 2018 Ultimaker B.V.
#Cura is released under the terms of the LGPLv3 or higher.
# Copyright (c) 2022 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher.
import sys
@ -25,7 +25,7 @@ def getMetaData():
"mime_type": "application/x-ufp",
"mode": MeshWriter.OutputMode.BinaryMode,
"extension": "ufp",
"description": i18n_catalog.i18nc("@item:inlistbox", "Ultimaker Format Package")
"description": i18n_catalog.i18nc("@item:inlistbox", "UltiMaker Format Package")
}
]
}