mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
CURA-5128 WIP compressed g-code reader
This commit is contained in:
parent
6443db5853
commit
457b3543d7
3 changed files with 62 additions and 0 deletions
8
plugins/GCodeGzReader/plugin.json
Normal file
8
plugins/GCodeGzReader/plugin.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "Compressed G-code Reader",
|
||||
"author": "Ultimaker B.V.",
|
||||
"version": "1.0.0",
|
||||
"description": "Reads g-code from a compressed archive.",
|
||||
"api": 4,
|
||||
"i18n-catalog": "cura"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue