Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Isort all klippy code | Tomasz Kramkowski | 2025-08-15 | 1 | -2/+5 |
| | |||||
* | Run black on all first party python code | Tomasz Kramkowski | 2025-08-06 | 1 | -139/+255 |
| | |||||
* | load_cell_probe: Avoid peeking directly at config.section member variable | Kevin O'Connor | 2025-05-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | load_cell_probe: Create LoadCellProbe | Gareth Farrington | 2025-05-29 | 1 | -0/+658 |
Initial setup of Load Cell Probing. This implementation supports triggering from the Load Cell Probe on the MCU. It also supports, optiopnal, filtering of the force signal by sos filter to eliminate drift caused by bowden tubes or other mechanical causes. Signed-off-by: Gareth Farrington <gareth@waves.ky> |