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

@ -18,11 +18,7 @@ catalog = i18nCatalog("cura")
def getMetaData() -> Dict:
# Workaround for osx not supporting double file extensions correctly.
if Platform.isOSX():
workspace_extension = "3mf"
else:
workspace_extension = "curaproject.3mf"
workspace_extension = "3mf"
metaData = {}
if "3MFReader.ThreeMFReader" in sys.modules: