mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Use .3mf on MacOS as project extension
CURA-3886
This commit is contained in:
parent
d531d85aa2
commit
6ba2764efc
2 changed files with 9 additions and 2 deletions
|
@ -16,7 +16,7 @@ from UM.Platform import Platform
|
|||
catalog = i18nCatalog("cura")
|
||||
|
||||
def getMetaData() -> Dict:
|
||||
# Workarround for osx not supporting double file extensions correclty.
|
||||
# Workarround for osx not supporting double file extensions correctly.
|
||||
if Platform.isOSX():
|
||||
workspace_extension = "3mf"
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue