mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Rename to Universal Cura Project
CURA-11561
This commit is contained in:
parent
2ae9908334
commit
63c1eb8990
10 changed files with 43 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue