mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -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")
|
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…
Add table
Add a link
Reference in a new issue