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:
authorGhostkeeper <rubend@tutanota.com>2018-03-16 18:08:49 +0300
committerGhostkeeper <rubend@tutanota.com>2018-03-16 18:08:49 +0300
commit0efde6bae647d74868a98fdb6b4d9133df2b8405 (patch)
tree54546d18d0819bd7c7f28facb0d3818b96480b12 /resources/definitions/ultimaker3_extended.def.json
parent88912e39735ab8ea25a9823ebc49c970efcc5e04 (diff)
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.
Diffstat (limited to 'resources/definitions/ultimaker3_extended.def.json')
-rw-r--r--resources/definitions/ultimaker3_extended.def.json2
1 files changed, 1 insertions, 1 deletions
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],