Use gcode.gz as extension for GzWriter

CURA-5343

We have the custom save file dialog on OS X now so there is no need to
use .gz to bypass the extension problem on the native dialog.
This commit is contained in:
Lipu Fei 2018-05-23 15:48:28 +02:00
parent 44b046e401
commit de455a9a64

View file

@ -9,7 +9,7 @@ from . import GCodeGzWriter
catalog = i18nCatalog("cura")
def getMetaData():
file_extension = "gz" if Platform.isOSX() else "gcode.gz"
file_extension = "gcode.gz"
return {
"mesh_writer": {
"output": [{