Skip to main content

API for BambuLabs 3D Printers over MQTT

Project description

Bambulabs API

This package provides a Python API for the Bambulabs 3D Printers.

Status

flake8

pytest-unit-tests

GitHub Pages

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, SERIAL, ACCESS_CODE)

    # 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


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.1.16.tar.gz (3.0 MB view details)

Uploaded Source

Built Distribution

bambulabs_api-2.1.16-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file bambulabs_api-2.1.16.tar.gz.

File metadata

  • Download URL: bambulabs_api-2.1.16.tar.gz
  • Upload date:
  • Size: 3.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for bambulabs_api-2.1.16.tar.gz
Algorithm Hash digest
SHA256 ff8a27bd2b32d855be50d681004ca6856c37f81499be050c6040acdbe6b00b73
MD5 d8c42f90f77fed57326a1affccfd8ead
BLAKE2b-256 9638d6ae1c236adec41efdaee8879979ac44dd583fefda00ca9980e95ecc62e7

See more details on using hashes here.

File details

Details for the file bambulabs_api-2.1.16-py3-none-any.whl.

File metadata

File hashes

Hashes for bambulabs_api-2.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 a0b5c9bb402deaa51407640c6439f0e67764691c5d7c1e3f42c50f0d431ee537
MD5 5ba9cdd8ec136e1d3ed2808300261d1e
BLAKE2b-256 4f82bed7f076416e2ce660ed076b04e0f7d26f45fdb3bfd3e2d1851f716e5f8e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page