The only thing standing in my way of making my Bambu Labs library a member of the #CircuitPython community libraries is this one error: bambulabs.py:60:1: PLR0904 Too many public methods (26 > 20)
Ladies and gentlemen, we have a working BambuLabs #CircuitPython library, making it easy to query info about your printer. This way people can build UIs on top of the easy to get data.
Putting my Bambu #CircuitPython project on the backburner this weekend to do what I should be doing: editing the Fruit Jam panel discussion for a future episode of The CircuitPython Show
Hmm, monitoring the Bambu Labs MQTT feed it only dumps the full JSON payload every ~15 minutes and a partial payload missing most of the good info every second. Can't figure out how to make is show the full payload more often (yet) #CircuitPython
Parts of the display are updating, but not all of it. Getting an error "Error parsing message: New bitmap must be same size as old bitmap" which I'll deal with this weekend. #CircuitPython