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: Do not override tcoolthrs if it is configured
Alex Voinea
2023-03-15
1
-10
/
+8
*
tmc: Configurable microstep lookup table (#5920)
Alex Voinea
2022-12-21
1
-0
/
+21
*
tmc: Improve error on missing stepper section
Kevin O'Connor
2022-09-05
1
-0
/
+4
*
extruder: Add support for reversing the direction of extruder stepper movement
Kevin O'Connor
2022-02-10
1
-1
/
+3
*
extruder: Add a SET_EXTRUDER_ROTATION_DISTANCE command
Kevin O'Connor
2022-02-10
1
-2
/
+3
*
tmc: Fix number of arguments in phase endstop warning (#5184)
D4SK
2022-01-22
1
-1
/
+1
*
stepper: Add support for stepping on both edges of a step pulse
Kevin O'Connor
2021-11-04
1
-3
/
+12
*
tmc: Rename handle_stepper_enable() method to _handle_stepper_enable()
Kevin O'Connor
2021-10-29
1
-2
/
+2
*
tmc: Track requested hold_current so SET_TMC_CURRENT doesn't reduce it
Kevin O'Connor
2021-10-27
1
-10
/
+9
*
tmc: add current values to get_status() (#4696)
Philipp Temminghoff
2021-10-11
1
-1
/
+4
*
tmc: Fix typo in get_status()
Kevin O'Connor
2021-08-30
1
-0
/
+1
*
tmc: Add support for a get_status() method
Kevin O'Connor
2021-08-30
1
-1
/
+25
*
configfile: Support config.getchoice() with integer keys
Kevin O'Connor
2021-08-25
1
-5
/
+2
*
tmc: Use config.getint() when reading microstep setting
Kevin O'Connor
2021-08-22
1
-3
/
+5
*
endstop_phase: Convert to using tmc mcu_phase_offset
Kevin O'Connor
2021-08-08
1
-10
/
+11
*
tmc: Track offset between tmc driver and mcu position
Kevin O'Connor
2021-08-08
1
-6
/
+59
*
tmc: Move stepper phase reading code to TMCCommandHelper class
Kevin O'Connor
2021-08-06
1
-25
/
+26
*
tmc: Consistently use lower case for all TMC field names
Kevin O'Connor
2021-08-06
1
-22
/
+22
*
homing: Pass the HomingMove class to homing_move_begin/end events
Kevin O'Connor
2021-03-29
1
-4
/
+4
*
tmc: Only check for tmc2130 reset via CS_ACTUAL if IHOLD > 0
Kevin O'Connor
2021-03-15
1
-0
/
+3
*
tmc: Improve driver reset check on tmc2130 and tmc2660
Kevin O'Connor
2021-03-15
1
-9
/
+23
*
tmc: Move clear_gstat check for tmc2130 to within TMCErrorCheck class
Kevin O'Connor
2021-03-15
1
-5
/
+7
*
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