From 0efde6bae647d74868a98fdb6b4d9133df2b8405 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 16 Mar 2018 16:08:49 +0100 Subject: [PATCH] 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. --- resources/definitions/ultimaker3.def.json | 2 +- resources/definitions/ultimaker3_extended.def.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index ef41686752..05f74c6342 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -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], diff --git a/resources/definitions/ultimaker3_extended.def.json b/resources/definitions/ultimaker3_extended.def.json index 3a1be3a303..1e6c322c73 100644 --- a/resources/definitions/ultimaker3_extended.def.json +++ b/resources/definitions/ultimaker3_extended.def.json @@ -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],