remove .curaproject from the extensions and just use .3mf

CURA-5650
This commit is contained in:
Mark 2018-08-29 13:42:26 +02:00
parent 49743d8e6c
commit c48a5474f0
3 changed files with 3 additions and 13 deletions

View file

@ -15,11 +15,7 @@ from UM.Platform import Platform
i18n_catalog = i18nCatalog("uranium")
def getMetaData():
# Workarround for osx not supporting double file extensions correctly.
if Platform.isOSX():
workspace_extension = "3mf"
else:
workspace_extension = "curaproject.3mf"
workspace_extension = "3mf"
metaData = {}