Use gzipped gcode by default for UM3

For the network printing output device this doesn't work yet, but for removable drives it will now put g-code in a gz archive when storing it.

Contributes to issue CURA-5097.
This commit is contained in:
Ghostkeeper 2018-03-16 16:08:49 +01:00
parent 88912e3973
commit 0efde6bae6
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"author": "Ultimaker",
"manufacturer": "Ultimaker B.V.",
"visible": true,
"file_formats": "text/x-gcode",
"file_formats": "application/gzip;text/x-gcode",
"platform": "ultimaker3_platform.obj",
"platform_texture": "Ultimaker3backplate.png",
"platform_offset": [0, 0, 0],

View file

@ -7,7 +7,7 @@
"manufacturer": "Ultimaker B.V.",
"quality_definition": "ultimaker3",
"visible": true,
"file_formats": "text/x-gcode",
"file_formats": "application/gzip;text/x-gcode",
"platform": "ultimaker3_platform.obj",
"platform_texture": "Ultimaker3Extendedbackplate.png",
"platform_offset": [0, 0, 0],