Skip to content

raaymax/serial-gcode-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cli tool for sending gcode files to your cnc

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published