Crates.io | xgcode |
lib.rs | xgcode |
version | 0.1.0 |
source | src |
created_at | 2022-11-19 10:46:36.483206 |
updated_at | 2022-11-19 10:46:36.483206 |
description | A library for the xgcode (.gx) file format, used by FlashForge 3D printers |
homepage | |
repository | https://github.com/maugier/rust-xgcode/ |
max_upload_size | |
id | 718444 |
size | 149,517 |
xgcode
is a proprietary file format used by FlashForge 3D printers.
It wraps a plain g-code text file with a binary header containing some information about the build (time, filament consumption, temperature settings...) and a bitmap thumbnail. This extra information is used by the printer's integrated interface.
This library is for parsing and generating xgcode header, and accessing the embedded BMP thumbnail and gcode payload.