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
*
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
*
tmc2208: Improve error handling
Kevin O'Connor
2018-09-30
1
-2
/
+5
*
mcu: Rename add_config_object() to register_config_callback()
Kevin O'Connor
2018-09-03
1
-1
/
+1
*
tmc2208: Initial support for configuring TMC2208 drivers
Kevin O'Connor
2018-08-27
1
-0
/
+234