markhaehnel / bambulab

API client crate for Bambu Lab printers
Apache License 2.0
24 stars 2 forks source link

add granular messages #17

Closed markhaehnel closed 6 months ago

markhaehnel commented 6 months ago

At the moment the parser parses everything to the Message::Print which can be narrowed down to more distinct types.

E.g.: GetVersion, PushAll and others to be determined