xgcode 0.1.0

A library for the xgcode (.gx) file format, used by FlashForge 3D printers
Documentation
  • Coverage
  • 37.14%
    13 out of 35 items documented0 out of 7 items with examples
  • Size
  • Source code size: 150.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.32 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • maugier/rust-xgcode
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • maugier

xgcode

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.