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
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-2
/
+4
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-118
/
+203
*
tmc.py: add track of stallguard
Timofey Titovets
2025-07-12
1
-0
/
+92
*
tmc: Remove code that could read microsteps in tmc config sections
Kevin O'Connor
2024-05-16
1
-7
/
+3
*
tmc: Save and restore thigh during sensorless homing
Kevin O'Connor
2024-05-16
1
-2
/
+17
*
tmc: Refactor TMCtstepHelper()
Kevin O'Connor
2024-05-16
1
-37
/
+22
*
tmc: Implement high_velocity_threshold for drivers that support it
Alex Voinea
2024-05-14
1
-0
/
+17
*
tmc: Implement coolstep_threshold for drivers that support it
Alex Voinea
2024-05-14
1
-0
/
+16
*
tmc: Do not pass the frequency directly to the helpers
Alex Voinea
2024-05-14
1
-2
/
+3
*
tmc: Query latest value during _init_registers()
Kevin O'Connor
2023-11-28
1
-1
/
+2
*
heaters: adds temperature monitors
Pedro Lamas
2023-08-01
1
-0
/
+3
*
tmc: Support reporting tmc2240 temperature in driver get_status()
Kevin O'Connor
2023-04-07
1
-5
/
+19
*
tmc: DUMP_TMC optional REGISTER parameter
Alex Voinea
2023-03-30
1
-10
/
+25
*
tmc: SET_TMC_FIELD VELOCITY
Alex Voinea
2023-03-20
1
-1
/
+12
*
tmc: Implement TMCtstepHelper
Alex Voinea
2023-03-20
1
-7
/
+20
*
tmc: Initialize self.coolthrs in TMCVirtualPinHelper constructor
Kevin O'Connor
2023-03-15
1
-1
/
+1
*
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
[next]