Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2018-05-23 16:48:28 +0300
committerLipu Fei <lipu.fei815@gmail.com>2018-05-23 16:48:30 +0300
commitde455a9a64043f3f0510dcb581ab52e376a6674b (patch)
tree6de0e18c696b12de14cb7f423c080b7cb0b11453 /plugins/GCodeGzWriter
parent44b046e40121617daf2e45599d1634f5a040bd32 (diff)
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.
Diffstat (limited to 'plugins/GCodeGzWriter')
-rw-r--r--plugins/GCodeGzWriter/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GCodeGzWriter/__init__.py b/plugins/GCodeGzWriter/__init__.py
index a4d576aef6..e257bcb011 100644
--- a/plugins/GCodeGzWriter/__init__.py
+++ b/plugins/GCodeGzWriter/__init__.py
@@ -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": [{