mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:18:58 +08: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
@ -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…
x
Reference in New Issue
Block a user