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
*
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
*
Add DUMP_TMC capabilities to the TMC2660 extra
Florian Heilmann
2018-10-28
1
-1
/
+19
*
Implement idle event support in the TMC2660 extra
Florian Heilmann
2018-10-28
1
-48
/
+25
*
tmc2660: Add endstop phase detection functionality to TMC2660 extra (#816)
Florian Heilmann
2018-10-24
1
-1
/
+12
*
docs: Update Features.md document with tmc2660 support
Kevin O'Connor
2018-10-02
1
-0
/
+0
*
tmc2660: Implementation of TMC2660 extra (#621)
Florian Heilmann
2018-09-11
1
-0
/
+269