mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue