Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 649 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 649 Bytes

Serial gcode sender

Simple tool for sending your gcode files to your CNC

Setup

cargo build --release
export SERVICE_ACCOUNT="<your_secret_key>.json" # only if gcs integration needed
target/release/laser --help

Usage

# laser --help
USAGE:
    laser <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    gcs       Google cloud storage
    help      Prints this message or the help of the given subcommand(s)
    ls        List all serial ports
    stream    Stream commands to serial device

MIT License

Copyright (c) 2023 Mateusz Russak