index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
tmc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
tmc: Fix order of init during sensorless homing
Kevin O'Connor
2021-02-28
1
-4
/
+8
*
tmc: No need to delay init on a stepper enable
Kevin O'Connor
2021-02-28
1
-3
/
+2
*
tmc: Allow more retries on a TMC UART read error during background checks
Kevin O'Connor
2021-02-28
1
-1
/
+10
*
tmc: Add support for periodic checking of driver status
Kevin O'Connor
2021-02-27
1
-1
/
+76
*
tmc: Reinitialize on every driver enable
Kevin O'Connor
2021-02-27
1
-32
/
+36
*
tmc: Always report values after a SET_TMC_CURRENT command
Kevin O'Connor
2021-02-27
1
-14
/
+15
*
tmc: Move SET_TMC_CURRENT command to TMCCommandHelper()
Kevin O'Connor
2021-02-27
1
-1
/
+27
*
tmc: Improve error message on missing microsteps config
Kevin O'Connor
2021-02-23
1
-1
/
+2
*
endstop_phase: Obtain phases directly from stepper microsteps config
Kevin O'Connor
2020-12-18
1
-1
/
+1
*
stepper: Calculate step_distance from rotation_distance
Kevin O'Connor
2020-12-18
1
-3
/
+9
*
tmc: Use configfile note_valid=False when inspecting stepper step_distance
Kevin O'Connor
2020-12-13
1
-1
/
+1
*
tmc5160: diag0 support (#3159)
Trevor Jones
2020-08-09
1
-4
/
+13
*
tmc: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-23
/
+21
*
tmc: Revert incorrect changes to TPWMTHRS setting
Kevin O'Connor
2020-02-20
1
-26
/
+18
*
homing: Merge home_prepare()/home_finalize() into move_begin/move_end events
Kevin O'Connor
2020-02-15
1
-35
/
+34
*
tmc: Fix typo preventing stealthchop threshold from being set
Kevin O'Connor
2020-02-09
1
-2
/
+3
*
tmc: Query the stepper step_distance from the stepper object
Kevin O'Connor
2020-02-01
1
-17
/
+24
*
tmc: Remove virtual_enable support and replace with automatic support
Kevin O'Connor
2019-11-12
1
-33
/
+30
*
tmc2209: Add support for sensorless homing
Kevin O'Connor
2019-08-19
1
-6
/
+24
*
mcu: Integrate query_endstop_wait() into query_endstop()
Kevin O'Connor
2019-07-10
1
-1
/
+0
*
tmc: Configure "intpol" field from TMCMicrostepHelper
Kevin O'Connor
2019-06-28
1
-3
/
+3
*
tmc: Add support for virtual enable pins
Kevin O'Connor
2019-06-28
1
-6
/
+34
*
tmc: It's not valid to schedule messages with print_time=0
Kevin O'Connor
2019-06-25
1
-2
/
+2
*
tmc: Simplify internal DUMP_TMC interface
Kevin O'Connor
2019-06-25
1
-7
/
+9
*
endstop_phase: Fix endstop_phase on trinamic drivers that aren't inverted
Kevin O'Connor
2019-06-21
1
-1
/
+1
*
tmc: Retry register init during connect
Kevin O'Connor
2019-06-18
1
-4
/
+12
*
tmc: Move common TMC stepper driver code to new file tmc.py
Kevin O'Connor
2019-06-10
1
-0
/
+242