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
*
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
*
tmc2130: Rename driver_BLANK_TIME_SELECT to driver_TBL
Kevin O'Connor
2019-03-08
1
-1
/
+1
*
gcode: Change respond_info() to log by default
Kevin O'Connor
2019-03-04
1
-6
/
+2
*
tmc2130: Wrap code to 80 columns
Kevin O'Connor
2019-03-01
1
-1
/
+1
*
tmc2130: Add support for INIT_TMC command
Kevin O'Connor
2019-03-01
1
-4
/
+15
*
tmc2130: Report write-only registers in DUMP_TMC
Kevin O'Connor
2019-02-27
1
-0
/
+7
*
tmc2130: Use FieldHelper() to set/get driver fields
Kevin O'Connor
2019-02-21
1
-40
/
+102
*
manual_stepper: Add an "extras" module for manually controlling a stepper
Kevin O'Connor
2019-02-12
1
-2
/
+2
*
tmc2130: Share config reading helpers with tmc2208.py code
Kevin O'Connor
2019-02-03
1
-37
/
+51
*
tmc2208: move local set_field/get_field helpers to FieldHelper class
Kevin O'Connor
2019-02-03
1
-7
/
+29
*
tmc2208: Use field definitions during driver init
Kevin O'Connor
2019-02-03
1
-2
/
+7
*
tmc2208: Add register field formatters
Dmitry Frolov
2019-02-03
1
-6
/
+17
*
tmc2130: Convert field helper into a class
Kevin O'Connor
2019-02-03
1
-18
/
+20
*
tmc2208: Decode register fields in DUMP_TMC (#1156)
lorf
2019-02-02
1
-1
/
+35
*
tmc2130: Use bus.py helper code for spi
Kevin O'Connor
2018-11-21
1
-29
/
+7
*
endstop_phase: Add support for detecting phase via TMC stepper drivers
Kevin O'Connor
2018-10-16
1
-0
/
+4
*
mcu: Rename add_config_object() to register_config_callback()
Kevin O'Connor
2018-09-03
1
-1
/
+1
*
tmc2130: Minor code cleanup
Kevin O'Connor
2018-08-27
1
-53
/
+58
[next]