gen_gcode

Crates.iogen_gcode
lib.rsgen_gcode
version0.1.0
sourcesrc
created_at2020-12-22 03:29:58.362922
updated_at2020-12-22 03:29:58.362922
descriptionA functional G-Code generator
homepage
repositoryhttps://github.com/codytrey/gen_gcode
max_upload_size
id325716
size17,170
Cody Belcher (codytrey)

documentation

README

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.

Commit count: 38

cargo fmt