aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/endstop_phase.py
Commit message (Expand)AuthorAgeFilesLines
* endstop_phase: Convert to using tmc mcu_phase_offsetKevin O'Connor2021-08-081-13/+10
* endstop_phase: Unify phase conversion codeKevin O'Connor2021-06-061-80/+87
* endstop_phase: Add support for reporting phase information via get_status()Kevin O'Connor2021-06-031-14/+32
* stepper: Remove set_tag_position() codeKevin O'Connor2021-05-291-9/+8
* Revert "endstop_phase: wip"Kevin O'Connor2021-04-281-7/+0
* endstop_phase: wipKevin O'Connor2021-04-281-0/+7
* homing: Make homing.py an "extras" moduleKevin O'Connor2021-01-081-3/+3
* endstop_phase: Obtain phases directly from stepper microsteps configKevin O'Connor2020-12-181-36/+41
* homing: Remove EndstopErrorKevin O'Connor2020-09-041-3/+2
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-2/+2
* endstop_phase: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-11/+11
* homing: Add a "home_rails_begin" event notifierKevin O'Connor2020-02-151-5/+5
* endstop_phase: Query the stepper step_distance from the stepper objectKevin O'Connor2020-02-011-23/+39
* endstop_phase: Use set_tag_position() instead of set_commanded_position()Kevin O'Connor2019-11-131-2/+2
* endstop_phase: Add tmc2209 and tmc5160 to list of tmc driversKevin O'Connor2019-06-231-1/+1
* endstop_phase: Fix endstop_phase on trinamic drivers that aren't invertedKevin O'Connor2019-06-211-0/+2
* tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816)Florian Heilmann2018-10-241-1/+1
* endstop_phase: Add support for an ENDSTOP_PHASE_CALIBRATE commandKevin O'Connor2018-10-161-0/+96
* endstop_phase: Add support for detecting phase via TMC stepper driversKevin O'Connor2018-10-161-5/+25
* endstop_phase: Move endstop phase homing code to new "extras" moduleKevin O'Connor2018-10-161-0/+75