aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/smart_effector.py
Commit message (Collapse)AuthorAgeFilesLines
* probe: Add a probing_move() wrapper to low-level mcu_probe classKevin O'Connor2024-04-091-0/+3
| | | | | | | This allows the low-level probe class more control on the probing implementation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* smart_effector: Initial support of programmable SmartEffectorDmitry Butyugin2022-04-091-0/+154
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>