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
*
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