diff options
author | Pascal <accounts@pascalpieper.de> | 2021-09-04 00:10:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 18:10:09 -0400 |
commit | af3622544d8adc6ce92dd47d1f1087b970ad8b6e (patch) | |
tree | 28d746d539b4830809739073a53bd6f3046d36c0 /docs/Using_PWM_Tools.md | |
parent | 8865f5799e46fe9c80ef4daa7208658cf93a38dc (diff) | |
download | kutter-af3622544d8adc6ce92dd47d1f1087b970ad8b6e.tar.gz kutter-af3622544d8adc6ce92dd47d1f1087b970ad8b6e.tar.xz kutter-af3622544d8adc6ce92dd47d1f1087b970ad8b6e.zip |
docs: Add referenced config example for PWM tools (#4537)
Signed-off-by: Pascal Pieper <accounts@pascalpieper.de>
Diffstat (limited to 'docs/Using_PWM_Tools.md')
-rw-r--r-- | docs/Using_PWM_Tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Using_PWM_Tools.md b/docs/Using_PWM_Tools.md index 351168ea..e2ab763c 100644 --- a/docs/Using_PWM_Tools.md +++ b/docs/Using_PWM_Tools.md @@ -24,7 +24,7 @@ and to disconnect the laser when it is not needed. Also, you should configure a safety timeout, so that when your host or MCU encounters an error, the tool will stop. -For an example configuration, see `config/sample-pwm-tool-cfg`. +For an example configuration, see [config/sample-pwm-tool.cfg](/config/sample-pwm-tool.cfg). ## Current Limitations |