pybambu icon indicating copy to clipboard operation
pybambu copied to clipboard

Python library for Bambu Lab Printers (X1C)

Bambu Labs API Client

About

This package subscribes to the MQTT Server on the Bambu Labs X1C 3D Printer.

Note: It is currently not up-to-date. It's currently being worked on directly in a HA Custom Component, until it is more stable

Installation

pip install pybambu

Available Methods

Connect to the printer

connect()

Listen for events from the printer

subscribe(callback=method)

Disconnect from the printer

disconnect()