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
...
*
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
*
pins: Explicitly pass can_invert and can_pullup to lookup_pin()
Kevin O'Connor
2018-07-26
1
-6
/
+3
*
tmc2130: Add a DUMP_TMC helper command
Kevin O'Connor
2018-06-30
1
-3
/
+33
*
tmc2130: Allow the PWMCONF register to be configured
Kevin O'Connor
2018-05-25
1
-0
/
+8
*
tmc2130: Initial support for sensorless homing
Kevin O'Connor
2018-05-25
1
-5
/
+65
*
tmc2130: Use an SPI rate of 4Mhz
Kevin O'Connor
2018-05-25
1
-1
/
+1
*
tmc2130: Configure stealthchop velocity limit
Kevin O'Connor
2018-05-25
1
-4
/
+17
*
tmc2130: The default TOFF time should be 4
Kevin O'Connor
2018-05-24
1
-1
/
+1
*
tmc2130: Add initial support for TMC2130 stepper motor drivers
Kevin O'Connor
2018-05-20
1
-0
/
+70
[prev]