klipper/klippy
vcore85 c2b2278a49
tmc5160: add DRV_CONF Register for TMC5160 (#6154)
In some condition ,“drvstrength 2” does not work. According to page 17, some mosfets need “drvstrength” set to 0 .

From datasheet rev1.15, the DRVSTRENGTH reset default is 0 .  (instead of 2)

Signed-off-by: Albert Lin <vcore85@gmail.com>
2023-04-11 11:43:19 -04:00
..
chelper serialqueue: Rename stalled_bytes stat to upcoming_bytes 2023-04-07 15:17:43 -04:00
extras tmc5160: add DRV_CONF Register for TMC5160 (#6154) 2023-04-11 11:43:19 -04:00
kinematics extruder: store currently sync'ed motion queue name 2023-02-09 16:51:47 -05:00
clocksync.py
configfile.py configfile: Make getlists return an empty list on empty string. (#6042) 2023-02-09 21:41:09 -05:00
console.py console: No need to import pins module 2023-01-07 12:00:16 -05:00
gcode.py
klippy.py
mathutil.py
mcu.py mcu: Move lookup_command_tag() to CommandWrapper class 2023-02-22 11:34:36 -05:00
msgproto.py mcu: Move lookup_command_tag() to CommandWrapper class 2023-02-22 11:34:36 -05:00
parsedump.py
pins.py
queuelogger.py
reactor.py reactor: Fix typo 2023-03-14 22:08:13 -04:00
serialhdl.py
stepper.py mcu: Move lookup_command_tag() to CommandWrapper class 2023-02-22 11:34:36 -05:00
toolhead.py toolhead: Flush in chunks from flush_step_generation() 2023-01-08 10:40:52 -05:00
util.py
webhooks.py