Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | homing: Pass the HomingMove class to homing_move_begin/end events | Kevin O'Connor | 2021-03-29 | 1 | -4/+4 |
* | homing: Move homing logic from manual_stepper.py to homing.py | Kevin O'Connor | 2021-03-29 | 1 | -16/+27 |
* | homing: Extract out movement verification to new check_no_movement() | Kevin O'Connor | 2021-03-29 | 1 | -19/+22 |
* | homing: Separate homing/probing movement logic to its own class | Kevin O'Connor | 2021-03-29 | 1 | -29/+37 |
* | homing: Move home_axes() into cmd_G28() | Kevin O'Connor | 2021-03-29 | 1 | -8/+7 |
* | homing: Minor simplification of verify_movement tracking | Kevin O'Connor | 2021-03-29 | 1 | -7/+4 |
* | homing: Move low-level probing logic from probe.py to homing.py | Kevin O'Connor | 2021-03-29 | 1 | -5/+9 |
* | homing: Fix references to CommandError() | Kevin O'Connor | 2021-01-11 | 1 | -6/+7 |
* | homing: Make homing.py an "extras" module | Kevin O'Connor | 2021-01-08 | 1 | -0/+182 |