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
/
tmc2130.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-1
/
+3
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-109
/
+211
*
tmc.py: add track of stallguard
Timofey Titovets
2025-07-12
1
-0
/
+4
*
tmc: add spi status decode
Timofey Titovets
2025-07-12
1
-0
/
+7
*
tmc: add enriched SPI read
Timofey Titovets
2025-07-12
1
-5
/
+16
*
tmc: add missing freewheel config options
Timofey Titovets
2025-04-17
1
-0
/
+1
*
tmc: Implement high_velocity_threshold for drivers that support it
Alex Voinea
2024-05-14
1
-0
/
+1
*
tmc: Implement coolstep_threshold for drivers that support it
Alex Voinea
2024-05-14
1
-0
/
+1
*
tmc: Implement CoolStep fields for all drivers
Alex Voinea
2024-05-14
1
-0
/
+6
*
tmc2130: implement missing HighVelocity fields in the config
Alex Voinea
2024-05-14
1
-0
/
+2
*
tmc: Do not pass the frequency directly to the helpers
Alex Voinea
2024-05-14
1
-1
/
+1
*
tmc: SET_TMC_FIELD VELOCITY
Alex Voinea
2023-03-20
1
-2
/
+6
*
tmc: Beautify initialization code
Alex Voinea
2023-03-07
1
-2
/
+7
*
tmc: Configurable microstep lookup table (#5920)
Alex Voinea
2022-12-21
1
-4
/
+28
*
tmc2130: Rework current selection to prefer vsense=1
Kevin O'Connor
2022-01-16
1
-19
/
+22
*
tmc: Track requested hold_current so SET_TMC_CURRENT doesn't reduce it
Kevin O'Connor
2021-10-27
1
-2
/
+4
*
tmc: Add support for a get_status() method
Kevin O'Connor
2021-08-30
1
-0
/
+1
*
endstop_phase: Convert to using tmc mcu_phase_offset
Kevin O'Connor
2021-08-08
1
-2
/
+1
*
tmc: Move stepper phase reading code to TMCCommandHelper class
Kevin O'Connor
2021-08-06
1
-3
/
+2
*
tmc: Consistently use lower case for all TMC field names
Kevin O'Connor
2021-08-06
1
-34
/
+34
*
tmc2130: Report CS_ACTUAL in DUMP_TMC even if zero
Kevin O'Connor
2021-03-16
1
-0
/
+1
*
tmc: Move clear_gstat check for tmc2130 to within TMCErrorCheck class
Kevin O'Connor
2021-03-15
1
-2
/
+1
*
tmc2130: Fix broken error report due to missing self.name
Kevin O'Connor
2021-03-11
1
-0
/
+1
*
tmc2130: Verify SPI register writes
Kevin O'Connor
2021-03-10
1
-2
/
+17
*
tmc: Add support for periodic checking of driver status
Kevin O'Connor
2021-02-27
1
-1
/
+2
*
tmc5160: Merge field formatters into tmc2130.py
Kevin O'Connor
2021-02-27
1
-0
/
+1
*
tmc: Move SET_TMC_CURRENT command to TMCCommandHelper()
Kevin O'Connor
2021-02-27
1
-24
/
+2
*
tmc2130: Add set_current()/get_current() helper functions to TMCCurrentHelper
Kevin O'Connor
2021-02-27
1
-16
/
+20
*
tmc2130: Add spi daisy chain support
Marco D'Alessio
2021-02-26
1
-14
/
+59
*
tmc5160: diag0 support (#3159)
Trevor Jones
2020-08-09
1
-2
/
+1
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
tmc2130: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-18
/
+17
*
tmc2130: use local variable instead of global Registers in MCU_TMC_SPI
Petri Honkala
2019-12-03
1
-1
/
+1
*
tmc2130: Do not error if run current below hold current (#2190)
Florian Heilmann
2019-11-21
1
-3
/
+5
*
tmc: Configure "intpol" field from TMCMicrostepHelper
Kevin O'Connor
2019-06-28
1
-1
/
+0
*
tmc: Add support for virtual enable pins
Kevin O'Connor
2019-06-28
1
-2
/
+2
*
tmc2130: Hold a mutex during MCU_TMC_SPI get/set_register()
Kevin O'Connor
2019-06-28
1
-5
/
+8
*
tmc: It's not valid to schedule messages with print_time=0
Kevin O'Connor
2019-06-25
1
-3
/
+5
*
tmc: Simplify internal DUMP_TMC interface
Kevin O'Connor
2019-06-25
1
-4
/
+1
*
tmc: Move common TMC stepper driver code to new file tmc.py
Kevin O'Connor
2019-06-10
1
-243
/
+7
*
tmc2130: Rework remaining config helpers to use mcu_tmc interface
Kevin O'Connor
2019-06-10
1
-28
/
+42
*
tmc2130: Move TMC virtual endstop code into a new TMCEndstopHelper class
Kevin O'Connor
2019-06-10
1
-40
/
+55
*
tmc2130: Move current setting code to its own helper class
Kevin O'Connor
2019-06-10
1
-84
/
+83
*
tmc2130: Transmit register initialization during connect callback
Kevin O'Connor
2019-06-10
1
-3
/
+9
*
tmc2130: Factor out g-code command handlers to their own class
Kevin O'Connor
2019-06-10
1
-47
/
+70
*
tmc2130: Move low-level get/set_register functions to new MCU_TMC_SPI class
Kevin O'Connor
2019-06-10
1
-28
/
+42
*
test: Add test cases for tmc drivers
Kevin O'Connor
2019-06-10
1
-0
/
+2
*
tmc2130: Check field name validity. (#1697)
Artem Belevich
2019-06-02
1
-1
/
+3
*
tmc2130: Add support for two's complement signed fields to FieldHelper
Kevin O'Connor
2019-05-29
1
-18
/
+19
*
tmc2130: add SET_TMC_CURRENT and SET_TMC_FIELD commands (#1419)
amblidex
2019-03-22
1
-6
/
+74
[next]