Implement GCodeGzWriter

This plug-in outputs g-code to a gzipped archive. It is used for sending prints to the Ultimaker 3 family faster.

Contributes to issue CURA-5097.
This commit is contained in:
Ghostkeeper 2018-03-16 15:55:49 +01:00
parent 5a5766f11a
commit c1ea1320f0
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
3 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"name": "Compressed G-code Writer",
"author": "Ultimaker B.V.",
"version": "1.0.0",
"description": "Writes g-code to a compressed archive.",
"api": 4,
"i18n-catalog": "cura"
}