mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Added preference to show UFP saving dialog
Changes saving to .ucp to .3mf
This commit is contained in:
parent
80d7536763
commit
b641741e49
8 changed files with 48 additions and 9 deletions
|
@ -50,11 +50,11 @@ class ThreeMFReader(MeshReader):
|
|||
MimeType(
|
||||
name="application/x-ucp",
|
||||
comment="UCP",
|
||||
suffixes=["ucp"]
|
||||
suffixes=["3mf"]
|
||||
)
|
||||
)
|
||||
|
||||
self._supported_extensions = [".3mf", ".ucp"]
|
||||
self._supported_extensions = [".3mf"]
|
||||
self._root = None
|
||||
self._base_name = ""
|
||||
self._unit = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue