mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 05:48:59 +08:00
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:
parent
44b046e401
commit
de455a9a64
@ -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": [{
|
||||
|
Loading…
x
Reference in New Issue
Block a user