Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | smart_effector: Define get_position_endstop() wrapper | Kevin O'Connor | 2024-07-04 | 1 | -0/+1 |
| | | | | | | Reported by @noisyfox. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | smart_effector: No need to use PrinterProbe() class | Kevin O'Connor | 2024-06-10 | 1 | -4/+16 |
| | | | | | | | Directly register the SmartEffectorProbe() class as the main probe interface. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | probe: Add a probing_move() wrapper to low-level mcu_probe class | Kevin O'Connor | 2024-04-09 | 1 | -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 SmartEffector | Dmitry Butyugin | 2022-04-09 | 1 | -0/+154 |
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com> |