From a2c7fd369ccc93593997b4b7901a8164ef4df482 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 23 Jun 2019 12:28:39 -0400 Subject: [PATCH] docs: Note tmc2209 and tmc5160 support in Features.md Signed-off-by: Kevin O'Connor --- docs/Features.md | 8 ++++---- 1 file 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.