Rename to Universal Cura Project

CURA-11561
This commit is contained in:
Erwan MATHIEU 2024-02-05 14:15:43 +01:00
parent 2ae9908334
commit 63c1eb8990
10 changed files with 43 additions and 43 deletions

View file

@ -48,13 +48,13 @@ class ThreeMFReader(MeshReader):
)
MimeTypeDatabase.addMimeType(
MimeType(
name="application/x-pcb",
comment="PCB",
suffixes=["pcb"]
name="application/x-ucp",
comment="UCP",
suffixes=["ucp"]
)
)
self._supported_extensions = [".3mf", ".pcb"]
self._supported_extensions = [".3mf", ".ucp"]
self._root = None
self._base_name = ""
self._unit = None