diff options
author | Pascal P <7480344+Cirromulus@users.noreply.github.com> | 2021-03-26 16:25:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 11:25:09 -0400 |
commit | 88f6061cd7232e883848e78d8b3cf5a2488babef (patch) | |
tree | 2c727532dc26a4213b511b7cef3cbdcf12e17e1c /docs/Overview.md | |
parent | e2a321728900a16555b10e683013bf7c90bf64c8 (diff) | |
download | kutter-88f6061cd7232e883848e78d8b3cf5a2488babef.tar.gz kutter-88f6061cd7232e883848e78d8b3cf5a2488babef.tar.xz kutter-88f6061cd7232e883848e78d8b3cf5a2488babef.zip |
output_pin: Support setting max_duration (#3995)
Also added documentation for using powered tools.
Signed-off-by: Pascal Pieper <accounts@pascalpieper.de>
Diffstat (limited to 'docs/Overview.md')
-rw-r--r-- | docs/Overview.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Overview.md b/docs/Overview.md index 94ffd8fa..a82f372b 100644 --- a/docs/Overview.md +++ b/docs/Overview.md @@ -46,6 +46,8 @@ communication with the Klipper developers. with Klipper. - [Skew correction](skew_correction.md): Adjustments for axes not perfectly square. +- [PWM tools](Using_PWM_Tools.md): Guide on how to use PWM controlled + tools such as lasers or spindles. - [G-Codes](G-Codes.md): Information on commands supported by Klipper. # Developer Documentation |