Python package for controlling Bambu Lab 3D printers (P1 and A1 series) via MQTT
Project description
BambuControll
Full documentation. Also available on PyPI.
Python package for controlling Bambu Lab 3D printers (P1 and A1 series) via MQTT
Installation
Library is available on PyPI so you can install it with:
pip install bambucontroll
Basic Usage
from bambucontroll import Printer
# Connect to printer
printer = Printer(
ip="192.168.1.100",
printer_id="01P00A000000000",
password="12341234"
)
# Get current status
status = printer.state.printer_data
print(status)
# Start print job
printer.start_print("test.gcode.3mf")
For more information, see the full documentation.
Features
- Real-time printer status monitoring
- Temperature control
- Print job management
Requirements
- Python 3.8+
- paho-mqtt
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file BambuControll-0.0.6.tar.gz.
File metadata
- Download URL: BambuControll-0.0.6.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b0acc6a8d621b37392bed05efd75c9ae6f639015487f4b7fd5a6997ff57a725
|
|
| MD5 |
98ea02decea42618e429c48b0b36dd72
|
|
| BLAKE2b-256 |
0c1ad16a903db243e18973a77cc9e8fe1e41fcad3822bd3eded15b6ef4375bc4
|
File details
Details for the file BambuControll-0.0.6-py3-none-any.whl.
File metadata
- Download URL: BambuControll-0.0.6-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47e983c5251f0e6a850ef301c4bb139b55d9367c858a92dd183d867ee2c0acd5
|
|
| MD5 |
bf714996c049dbf96dd54bae369bfa85
|
|
| BLAKE2b-256 |
01d7d87e2fe7247e309c28b97362fdf214229ddad40b3f6721dc6c51362dec3c
|