diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-06-23 12:28:39 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-06-23 12:28:39 -0400 |
commit | a2c7fd369ccc93593997b4b7901a8164ef4df482 (patch) | |
tree | 1c32cae118388371aa2016f298bcd022722ba9b5 /docs/Features.md | |
parent | e18dddd1ab68bfdbd144acee34e56d96dd4282c3 (diff) | |
download | kutter-a2c7fd369ccc93593997b4b7901a8164ef4df482.tar.gz kutter-a2c7fd369ccc93593997b4b7901a8164ef4df482.tar.xz kutter-a2c7fd369ccc93593997b4b7901a8164ef4df482.zip |
docs: Note tmc2209 and tmc5160 support in Features.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rw-r--r-- | docs/Features.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Features.md b/docs/Features.md index c67a0ccc..3e967f46 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -92,10 +92,10 @@ Klipper supports many standard 3d printer features: * Support for standard fans, nozzle fans, and temperature controlled fans. No need to keep fans running when the printer is idle. -* Support for run-time configuration of TMC2130, TMC2208, TMC2224, and - TMC2660 stepper motor drivers. There is also support for current - control of traditional stepper drivers via AD5206, MCP4451, MCP4728, - MCP4018, and PWM pins. +* Support for run-time configuration of TMC2130, TMC2208/TMC2224, + TMC2209, TMC2660, and TMC5160 stepper motor drivers. There is also + support for current control of traditional stepper drivers via + AD5206, MCP4451, MCP4728, MCP4018, and PWM pins. * Support for common LCD displays attached directly to the printer. A default menu is also available. |