OrangeTux / loempia

Rust implemantion of EBB (EiBotBoard) command set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loempia

Loempia is a Rust tool set for controlling the pen plotter from Evil Mad Scientist. This plotter implements the EBB (EiBotBoard) command set.

One of my first goals for this project plot hiking trails.

Quick start

To print the firmware version of the board:

$ cargo run --example version

To draw a track recorded in a GPX file:

$ cargo run --example gpx -- examples/data/spitzstein.gpx

To draw a square:

$ cargo run --example square

Or draw a triangle:

$ cargo run --example triangle

video5341526787379703786.mp4

License

MIT

About

Rust implemantion of EBB (EiBotBoard) command set

License:MIT License


Languages

Language:Rust 100.0%