diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-10-02 14:06:35 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-10-02 14:07:33 -0400 |
commit | 5c267e4f69ddd0697a8aced32ee479d268047967 (patch) | |
tree | 938e4570b28655de497928b1448fa878f131c158 /docs/Features.md | |
parent | 50d1ad9019bc0807898495d626bd09c4e4563d27 (diff) | |
download | kutter-5c267e4f69ddd0697a8aced32ee479d268047967.tar.gz kutter-5c267e4f69ddd0697a8aced32ee479d268047967.tar.xz kutter-5c267e4f69ddd0697a8aced32ee479d268047967.zip |
docs: Update Features.md document with tmc2660 support
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rwxr-xr-x | docs/Features.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Features.md b/docs/Features.md index 7c32fd9e..d280ed67 100755 --- a/docs/Features.md +++ b/docs/Features.md @@ -92,9 +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, and TMC2224 - stepper motor drivers. There is also support for current control of - traditional stepper drivers via AD5206 and MCP4451 digipots. +* 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 and MCP4451 + digipots. * Support for common LCD displays attached directly to the printer. A default menu is also available. |