aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tmc.py
Commit message (Expand)AuthorAgeFilesLines
* tmc: Fix order of init during sensorless homingKevin O'Connor2021-02-281-4/+8
* tmc: No need to delay init on a stepper enableKevin O'Connor2021-02-281-3/+2
* tmc: Allow more retries on a TMC UART read error during background checksKevin O'Connor2021-02-281-1/+10
* tmc: Add support for periodic checking of driver statusKevin O'Connor2021-02-271-1/+76
* tmc: Reinitialize on every driver enableKevin O'Connor2021-02-271-32/+36
* tmc: Always report values after a SET_TMC_CURRENT commandKevin O'Connor2021-02-271-14/+15
* tmc: Move SET_TMC_CURRENT command to TMCCommandHelper()Kevin O'Connor2021-02-271-1/+27
* tmc: Improve error message on missing microsteps configKevin O'Connor2021-02-231-1/+2
* endstop_phase: Obtain phases directly from stepper microsteps configKevin O'Connor2020-12-181-1/+1
* stepper: Calculate step_distance from rotation_distanceKevin O'Connor2020-12-181-3/+9
* tmc: Use configfile note_valid=False when inspecting stepper step_distanceKevin O'Connor2020-12-131-1/+1
* tmc5160: diag0 support (#3159)Trevor Jones2020-08-091-4/+13
* tmc: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-23/+21
* tmc: Revert incorrect changes to TPWMTHRS settingKevin O'Connor2020-02-201-26/+18
* homing: Merge home_prepare()/home_finalize() into move_begin/move_end eventsKevin O'Connor2020-02-151-35/+34
* tmc: Fix typo preventing stealthchop threshold from being setKevin O'Connor2020-02-091-2/+3
* tmc: Query the stepper step_distance from the stepper objectKevin O'Connor2020-02-011-17/+24
* tmc: Remove virtual_enable support and replace with automatic supportKevin O'Connor2019-11-121-33/+30
* tmc2209: Add support for sensorless homingKevin O'Connor2019-08-191-6/+24
* mcu: Integrate query_endstop_wait() into query_endstop()Kevin O'Connor2019-07-101-1/+0
* tmc: Configure "intpol" field from TMCMicrostepHelperKevin O'Connor2019-06-281-3/+3
* tmc: Add support for virtual enable pinsKevin O'Connor2019-06-281-6/+34
* tmc: It's not valid to schedule messages with print_time=0Kevin O'Connor2019-06-251-2/+2
* tmc: Simplify internal DUMP_TMC interfaceKevin O'Connor2019-06-251-7/+9
* endstop_phase: Fix endstop_phase on trinamic drivers that aren't invertedKevin O'Connor2019-06-211-1/+1
* tmc: Retry register init during connectKevin O'Connor2019-06-181-4/+12
* tmc: Move common TMC stepper driver code to new file tmc.pyKevin O'Connor2019-06-101-0/+242