| Crates.io | bambu |
| lib.rs | bambu |
| version | 0.3.1 |
| created_at | 2025-01-28 17:13:38.775491+00 |
| updated_at | 2025-02-23 23:08:20.961186+00 |
| description | Rust crate that provides a high-level API for interacting with the BambuLab 3D printers. |
| homepage | |
| repository | https://github.com/mpapierski/bambu-rs/ |
| max_upload_size | |
| id | 1533771 |
| size | 129,203 |
Bambu is a library for Rust ecosystem that interacts with BambuLab 3D printers that are LAN mode enabled.
To build the project, run:
cargo build
One of the examples is a simple mjpeg stream server. Run it with:
export BAMBU_ACCESS_CODE=12345678
export BAMBU_IP=192.168.1.135
export BAMBU_SERIAL_NUMBER=123456789ABCDE
cargo run --example mjpeg_stream
To run the tests, use:
cargo test
This project is licensed under the MIT License. See the LICENSE file for details.