mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-25 09:08:33 -07:00
Adds support for half-stepping encoders (encoders that only emit two
steps per detent, instead of four). Incorporates the feedback from
@susisstrolch's PR: https://github.com/KevinOConnor/klipper/pull/4202
, which was itself built upon a previous PR from @nickbrennan01:
https://github.com/KevinOConnor/klipper/pull/730
Uses the table from the Rotary Arduino library linked in buttons.py:
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| display.cfg | ||
| display.py | ||
| font8x14.py | ||
| hd44780.py | ||
| hd44780_spi.py | ||
| menu.cfg | ||
| menu.py | ||
| menu_keys.py | ||
| st7920.py | ||
| uc1701.py | ||