aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tmc2208.py
Commit message (Expand)AuthorAgeFilesLines
* tmc2208: Check for debugging mode before checking for a retransmitKevin O'Connor2019-01-101-0/+2
* klippy: Convert printer_state("connect") to an event handlerKevin O'Connor2019-01-081-4/+5
* tmc2208: error raise fixed for rx/tx mcu checkPetri Honkala2018-12-271-1/+1
* endstop_phase: Add support for detecting phase via TMC stepper driversKevin O'Connor2018-10-161-0/+4
* tmc2208: Improve error handlingKevin O'Connor2018-09-301-2/+5
* mcu: Rename add_config_object() to register_config_callback()Kevin O'Connor2018-09-031-1/+1
* tmc2208: Initial support for configuring TMC2208 driversKevin O'Connor2018-08-271-0/+234