API for BambuLab 3D Printers over MQTT
Project description
Bambulabs API
This package provides a Python API for the Bambulabs 3D Printers.
Status
Documentation
The documentation for this package can be found here.
Usage
To use the package, run the following command in the terminal:
pip install bambulabs_api
Examples
import bambulabs_api as bl
IP = '192.168.1.200'
SERIAL = 'AC12309BH109'
ACCESS_CODE = '12347890'
if __name__ == '__main__':
print('Starting bambulabs_api example')
print('Connecting to Bambulabs 3D printer')
print(f'IP: {IP}')
print(f'Serial: {SERIAL}')
print(f'Access Code: {ACCESS_CODE}')
# Create a new instance of the API
printer = bl.Printer(IP, ACCESS_CODE, SERIAL)
# Connect to the Bambulabs 3D printer
printer.connect()
# Get the printer status
status = printer.get_state()
print(f'Printer status: {status}')
# Disconnect from the Bambulabs 3D printer
printer.disconnect()
Development
To install the package, make sure conda is installed and then run the following commands in the terminal:
# Clone the repository
git clone https://github.com/acse-ci223/bambulabs_api.git
# Change directory
cd bambulabs_api
# Create the 'parally' environment
conda env create -f environment.yml
# Activate the environment
conda activate blapi
# Install the package
pip install -e .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bambulabs_api-2.4.1.tar.gz
(3.0 MB
view details)
Built Distribution
File details
Details for the file bambulabs_api-2.4.1.tar.gz
.
File metadata
- Download URL: bambulabs_api-2.4.1.tar.gz
- Upload date:
- Size: 3.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9207f5df1fab155cccfa3fb66c6ea9f084c8d3793460b68052f29b742f2e2df9 |
|
MD5 | 62570cb02bc584dcf6af616612375043 |
|
BLAKE2b-256 | a1bc9c62e3ae65d0061e83c616b4e2ec1fd7c858ae851511c201569b6c7de1e1 |
File details
Details for the file bambulabs_api-2.4.1-py3-none-any.whl
.
File metadata
- Download URL: bambulabs_api-2.4.1-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89d6745f504239d8f7cbc59d8069032ce0d288ebd4141d65f5e26780f02801f9 |
|
MD5 | 8d24ebd9bc3ab4af7cbe7378b4c49726 |
|
BLAKE2b-256 | 946b774bf365bdbcab6ffc5994c2642c8fb9f04005cb50e0f682469d92180767 |