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
/
tmc2660.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-53
/
+67
*
tmc.py: add track of stallguard
Timofey Titovets
2025-07-12
1
-0
/
+2
*
tmc2660: add enriched SPI read
Timofey Titovets
2025-07-12
1
-3
/
+11
*
tmc: SET_TMC_FIELD VELOCITY
Alex Voinea
2023-03-20
1
-0
/
+2
*
tmc2130: Rework current selection to prefer vsense=1
Kevin O'Connor
2022-01-16
1
-8
/
+17
*
stepper: Add support for stepping on both edges of a step pulse
Kevin O'Connor
2021-11-04
1
-1
/
+0
*
tmc: Track requested hold_current so SET_TMC_CURRENT doesn't reduce it
Kevin O'Connor
2021-10-27
1
-1
/
+1
*
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
-4
/
+2
*
tmc: Consistently use lower case for all TMC field names
Kevin O'Connor
2021-08-06
1
-51
/
+51
*
tmc2660: Fix typo in seup field
Kevin O'Connor
2021-03-18
1
-1
/
+1
*
tmc2660: Use lowercase for stallguard/coolstep fields
Kevin O'Connor
2021-03-18
1
-15
/
+15
*
tmc2660: Report SE in DUMP_TMC even if zero
Kevin O'Connor
2021-03-16
1
-2
/
+3
*
tmc2660: Change stallguard flags to better match tmc2130/tmc5160
Kevin O'Connor
2021-03-15
1
-6
/
+5
*
tmc2660: Do not enable SFILT by default
Kevin O'Connor
2021-03-10
1
-2
/
+1
*
tmc2660: Fix tmc register reading
Kevin O'Connor
2021-02-27
1
-30
/
+35
*
tmc2660: Use common warning/error flag names and descriptions
Kevin O'Connor
2021-02-27
1
-43
/
+30
*
tmc: Move SET_TMC_CURRENT command to TMCCommandHelper()
Kevin O'Connor
2021-02-27
1
-15
/
+2
*
tmc2660: Add set_current()/get_current() helpers to TMC2660CurrentHelper
Kevin O'Connor
2021-02-27
1
-9
/
+15
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
tmc2660: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-11
/
+10
*
tmc: Remove virtual_enable support and replace with automatic support
Kevin O'Connor
2019-11-12
1
-2
/
+0
*
tmc: Configure "intpol" field from TMCMicrostepHelper
Kevin O'Connor
2019-06-28
1
-4
/
+3
*
tmc: Add support for virtual enable pins
Kevin O'Connor
2019-06-28
1
-3
/
+5
*
tmc2660: Hold a mutex during MCU_TMC2660_SPI get/set_register()
Kevin O'Connor
2019-06-28
1
-5
/
+10
*
tmc: It's not valid to schedule messages with print_time=0
Kevin O'Connor
2019-06-25
1
-7
/
+10
*
tmc: Simplify internal DUMP_TMC interface
Kevin O'Connor
2019-06-25
1
-5
/
+1
*
tmc2660: Set SDOFF=0 before accessing DRVCTRL
Kevin O'Connor
2019-06-18
1
-2
/
+1
*
tmc2660: Don't allow configuration of DEDGE
Kevin O'Connor
2019-06-18
1
-1
/
+0
*
tmc: Move common TMC stepper driver code to new file tmc.py
Kevin O'Connor
2019-06-10
1
-5
/
+5
*
tmc2130: Rework remaining config helpers to use mcu_tmc interface
Kevin O'Connor
2019-06-10
1
-15
/
+4
*
tmc2660: Move current setting code to its own helper class
Kevin O'Connor
2019-06-10
1
-66
/
+78
*
tmc2130: Transmit register initialization during connect callback
Kevin O'Connor
2019-06-10
1
-3
/
+0
*
tmc2660: Use TMCCommandHelper
Kevin O'Connor
2019-06-10
1
-50
/
+7
*
tmc2660: Move get/set_register functions to new MCU_TMC2660_SPI class
Kevin O'Connor
2019-06-10
1
-29
/
+48
*
tmc2660: Define get_register() method
Kevin O'Connor
2019-06-10
1
-13
/
+14
*
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
-2
/
+4
*
tmc2660: Automate VSENSE computation
Florian Heilmann
2019-03-22
1
-21
/
+32
*
tmc2660: Minor indentation fix
Kevin O'Connor
2019-03-08
1
-2
/
+2
*
tmc2660: Add INIT_TMC and SET_TMC_FIELD gcodes
Florian Heilmann
2019-03-08
1
-2
/
+31
*
tmc2660: Raise SPI speed to 4 Mhz
Florian Heilmann
2019-03-08
1
-1
/
+1
*
tmc2660: Use helper functions for register access and simplify TMC2660 parame...
Florian Heilmann
2019-03-08
1
-193
/
+174
*
tmc2660: Add vsense_resistor config parameter
Florian Heilmann
2019-03-08
1
-18
/
+18
*
tmc2660: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-26
/
+56
*
tmc2660: error and whitespace fixes
Petri Honkala
2018-12-27
1
-4
/
+4
*
tmc2660: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-31
/
+8
*
tmc2660: Fix typo in TMC2660 extra (#830)
Florian Heilmann
2018-10-29
1
-1
/
+1
[next]