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
/
tmc2208.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-1
/
+2
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-142
/
+136
*
tmc: add missing freewheel config options
Timofey Titovets
2025-04-17
1
-0
/
+1
*
tmc: Do not pass the frequency directly to the helpers
Alex Voinea
2024-05-14
1
-1
/
+1
*
tmc: Configurable `multistep_filt`
Alex Voinea
2023-06-16
1
-1
/
+2
*
tmc: SET_TMC_FIELD VELOCITY
Alex Voinea
2023-03-20
1
-1
/
+2
*
tmc: Beautify initialization code
Alex Voinea
2023-03-07
1
-1
/
+5
*
tmc: Fix s2vs field formatters
Alex Voinea
2023-03-07
1
-2
/
+2
*
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
-71
/
+71
*
tmc2208: Send pdn_disable UART setup as first command to chip during init
Kevin O'Connor
2021-08-06
1
-1
/
+1
*
tmc: Move SET_TMC_CURRENT command to TMCCommandHelper()
Kevin O'Connor
2021-02-27
1
-2
/
+2
*
extras: Use "from . import module" for relative imports
Kevin O'Connor
2020-06-15
1
-1
/
+1
*
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
-1
/
+0
*
tmc: Add support for virtual enable pins
Kevin O'Connor
2019-06-28
1
-0
/
+2
*
tmc: Simplify internal DUMP_TMC interface
Kevin O'Connor
2019-06-25
1
-12
/
+6
*
tmc_uart: Move UART code from tmc2208.py to new file tmc_uart.py
Kevin O'Connor
2019-06-18
1
-212
/
+2
*
tmc2208: Make sure each analog mux config is unique
Kevin O'Connor
2019-06-18
1
-0
/
+5
*
tmc2208: Add support for using an analog mux to access TMC uarts
Kevin O'Connor
2019-06-12
1
-18
/
+92
*
tmc2208: Separate low-level bit-banging code from MCU_TMC_uart class
Kevin O'Connor
2019-06-12
1
-21
/
+29
*
tmc: Move common TMC stepper driver code to new file tmc.py
Kevin O'Connor
2019-06-10
1
-6
/
+6
*
tmc2130: Rework remaining config helpers to use mcu_tmc interface
Kevin O'Connor
2019-06-10
1
-14
/
+5
*
tmc2130: Move current setting code to its own helper class
Kevin O'Connor
2019-06-10
1
-46
/
+2
*
tmc2130: Transmit register initialization during connect callback
Kevin O'Connor
2019-06-10
1
-11
/
+0
*
tmc2208: Use TMCCommandHelper
Kevin O'Connor
2019-06-10
1
-47
/
+14
*
tmc2208: Move get/set_register functions to new MCU_TMC_uart class
Kevin O'Connor
2019-06-10
1
-112
/
+124
*
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
*
tmc2130: add SET_TMC_CURRENT and SET_TMC_FIELD commands (#1419)
amblidex
2019-03-22
1
-1
/
+54
*
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: Add support for INIT_TMC command
Kevin O'Connor
2019-03-01
1
-3
/
+12
*
tmc2208: 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
-17
/
+4
*
manual_stepper: Add an "extras" module for manually controlling a stepper
Kevin O'Connor
2019-02-12
1
-1
/
+1
*
tmc2130: Share config reading helpers with tmc2208.py code
Kevin O'Connor
2019-02-03
1
-39
/
+6
*
tmc2208: Rename self.field_helper to self.fields
Kevin O'Connor
2019-02-03
1
-17
/
+16
*
tmc2208: move local set_field/get_field helpers to FieldHelper class
Kevin O'Connor
2019-02-03
1
-52
/
+32
*
tmc2208: Add helper for setting fields from the config file
Kevin O'Connor
2019-02-03
1
-45
/
+42
*
tmc2208: Use field definitions during driver init
Kevin O'Connor
2019-02-03
1
-24
/
+43
*
tmc2208: Add register field formatters
Dmitry Frolov
2019-02-03
1
-1
/
+23
*
tmc2130: Convert field helper into a class
Kevin O'Connor
2019-02-03
1
-3
/
+5
*
tmc2208: Decode register fields in DUMP_TMC (#1156)
lorf
2019-02-02
1
-1
/
+154
*
tmc2208: Check for debugging mode before checking for a retransmit
Kevin O'Connor
2019-01-10
1
-0
/
+2
*
klippy: Convert printer_state("connect") to an event handler
Kevin O'Connor
2019-01-08
1
-4
/
+5
*
tmc2208: error raise fixed for rx/tx mcu check
Petri Honkala
2018-12-27
1
-1
/
+1
*
endstop_phase: Add support for detecting phase via TMC stepper drivers
Kevin O'Connor
2018-10-16
1
-0
/
+4
[next]