diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-03 21:10:53 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-09-03 21:10:53 -0400 |
commit | c8dc47b1624323c159a15de65474a766b3fa87ce (patch) | |
tree | 11c7b4207e26cbaffb107e11c43cb0fb285ad232 /docs/Features.md | |
parent | ac3aa097fb62cfd4c642a4598478ce28c822fafc (diff) | |
download | kutter-c8dc47b1624323c159a15de65474a766b3fa87ce.tar.gz kutter-c8dc47b1624323c159a15de65474a766b3fa87ce.tar.xz kutter-c8dc47b1624323c159a15de65474a766b3fa87ce.zip |
docs: Note digipot support in Features.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rwxr-xr-x | docs/Features.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Features.md b/docs/Features.md index a2b40285..f4d1be71 100755 --- a/docs/Features.md +++ b/docs/Features.md @@ -91,7 +91,8 @@ Klipper supports many standard 3d printer features: 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. + 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. |