mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
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:
parent
88912e3973
commit
0efde6bae6
2 changed files with 2 additions and 2 deletions
|
@ -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],
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue