gen_gcode 0.1.0

A functional G-Code generator
Documentation
  • Coverage
  • 37.5%
    12 out of 32 items documented6 out of 25 items with examples
  • Size
  • Source code size: 16.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.53 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
  • codytrey/gen_gcode
    6 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • codytrey

gen_gcode

A simple g-code generator writen in rust.

What is gen_gcode?

gen_gcode is a (very) simple rust library for generating g-code, with a focus on 3d printing. Checked out the 2wallbox for more details on how to use gen_gcode.

Why gen_gcode?

I couldn't sleep one night and noticed that there are multiple stl parsing crates, and even a g-code parsing crate. But I having seen a g-code generating one. I decided that this would finally be the motivation I need to really learn Rust, and maybe someone else will find it useful.