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
/
tmc5160.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-54
/
+54
*
tmc: Fix order of init during sensorless homing
Kevin O'Connor
2021-02-28
1
-0
/
+3
*
tmc5160: Merge field formatters into tmc2130.py
Kevin O'Connor
2021-02-27
1
-5
/
+0
*
tmc: Move SET_TMC_CURRENT command to TMCCommandHelper()
Kevin O'Connor
2021-02-27
1
-24
/
+2
*
tmc5160: Add set_current()/get_current() helpers to TMC5160CurrentHelper
Kevin O'Connor
2021-02-27
1
-14
/
+18
*
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
*
tmc5160: Change the default for the pwm_freq field to zero
Kevin O'Connor
2020-05-24
1
-1
/
+1
*
tmc5160: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-18
/
+17
*
tmc5160: Support setting GLOBALSCALER to fine tune current selection
Kevin O'Connor
2020-03-04
1
-4
/
+22
*
tmc5160: PWMCONF is write only
Petri Honkala
2019-12-04
1
-1
/
+1
*
tmc2130: Do not error if run current below hold current (#2190)
Florian Heilmann
2019-11-21
1
-2
/
+2
*
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
*
tmc: Simplify internal DUMP_TMC interface
Kevin O'Connor
2019-06-25
1
-4
/
+1
*
config: Update tmc5160 block in example-extras.cfg
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
-7
/
+7
*
tmc2130: Rework remaining config helpers to use mcu_tmc interface
Kevin O'Connor
2019-06-10
1
-19
/
+7
*
tmc2130: Move TMC virtual endstop code into a new TMCEndstopHelper class
Kevin O'Connor
2019-06-10
1
-9
/
+2
*
tmc5160: Move current setting code to its own helper class
Kevin O'Connor
2019-06-10
1
-66
/
+61
*
tmc2130: Transmit register initialization during connect callback
Kevin O'Connor
2019-06-10
1
-2
/
+0
*
tmc5160: Use TMCCommandHelper
Kevin O'Connor
2019-06-10
1
-46
/
+7
*
tmc5160: Use tmc2130.MCU_TMC_SPI for low-level get/set_register access
Kevin O'Connor
2019-06-10
1
-43
/
+13
*
tmc5160: Rename registers to Registers and fields to Fields
Kevin O'Connor
2019-06-10
1
-87
/
+87
*
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
*
tmc5160: Add support for TMC5160 steppers (#1637)
Stephan
2019-05-20
1
-0
/
+437