rOzzy1987

Results 5 issues of rOzzy1987

fixed the event when you reset the environment, the largest cell count would not reset to 0.

Added support for Capacitive Guition 2.8" screen. The device is using CST820 chip for touch, but it works just fine with the CST816S driver.

Homing sequence became configurable: - `xyz`: X,Y,Z handled by Klipper - `xy-z`: X,Y handled by Klipper, `_BEFORE_Z_HOME` macro (optional), then Z The need arose when configuring an IDEX machine and...

Fixed 2 bugs: - I was planning to use an API with this library that had objects as items of an array, and it failed to parse properly. - Also...

I'm usingg this library for a project where I need to parse a pretty comlpex JSON object. Testing my custom listener was a nightmare on the device itself, bt since...