mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 08:19:02 +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")
|
catalog = i18nCatalog("cura")
|
||||||
|
|
||||||
def getMetaData():
|
def getMetaData():
|
||||||
file_extension = "gz" if Platform.isOSX() else "gcode.gz"
|
file_extension = "gcode.gz"
|
||||||
return {
|
return {
|
||||||
"mesh_writer": {
|
"mesh_writer": {
|
||||||
"output": [{
|
"output": [{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user