Skip to content

Latest commit

 

History

History

gcode2svg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

gcodeToSvg

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

How to use

Parses StdIn as a gcode file - the SVG file is send to StdOut :-

cargo run --release -- < ../assets/benchy.gcode > benchy.svg

Future work

Use the clap module to define option scale and rotation parameters.