tool for printing .bgcode files from the command line.
Find a file
2026-01-04 14:20:31 -07:00
src add status command to fetch printer status 2026-01-04 14:20:31 -07:00
.gitignore initial commit 2024-03-14 19:16:45 -06:00
Cargo.toml add print-immediately flag to load command 2024-04-30 09:00:53 -06:00
install.sh add install.sh script 2024-04-30 09:09:46 -06:00
printer_config_template.toml add template printer config file 2024-07-11 13:28:04 -06:00
README.md add readme 2024-07-11 13:34:40 -06:00

prusatool-rs

prusatool-rs is a simple utility to print .bgcode files from the command line.

Usage

Loading

prusatool --printer-config <CONFIG_FILE> load <.bgcode FILE> --print-immediately

The optional --print-immediately flag tells the printer to start printing the file immediately.

Running

If --print-immediately wasn't used, or you'd like to print a file that already exists on the printer's filesystem, you can print a file by using the print command, with the file's UUID:

prusatool --printer-config ~/printer_config_template.toml print <FILE UUID>