aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/load_cell_probe.py
Commit message (Collapse)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-2/+5
|
* Run black on all first party python codeTomasz Kramkowski2025-08-061-139/+255
|
* load_cell_probe: Avoid peeking directly at config.section member variableKevin O'Connor2025-05-291-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* load_cell_probe: Create LoadCellProbeGareth Farrington2025-05-291-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>