Rust 2021 Edition.
A G-code visualization tool written in rust
A nom based parser, outputs a svg curve which can be imported into blender and a Bevy app for visualization
Parses StdIn
as a gcode file - the SVG file is send to StdOut
:-
cargo run --release -- < ../assets/benchy.gcode > benchy.svg
Use the clap module to define option scale and rotation parameters.