diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-04-09 19:13:30 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-04-09 19:13:30 -0400 |
commit | 6e61e47a23a1c0cd51a475684d242f81368ade2c (patch) | |
tree | 69f4496b679261615c107ab6e5c081a4df44b44f | |
parent | 05330fd3e5ba45a8a694f16fd2e4863858133a51 (diff) | |
download | kutter-6e61e47a23a1c0cd51a475684d242f81368ade2c.tar.gz kutter-6e61e47a23a1c0cd51a475684d242f81368ade2c.tar.xz kutter-6e61e47a23a1c0cd51a475684d242f81368ade2c.zip |
docs: Fix smarteffector link in G-Codes.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index a83c5c84..feb2304f 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -1056,7 +1056,7 @@ must be run to make the changes to persistent memory permanent. ### [smart_effector] Several commands are available when a -[smart_effector config section](Config_Reference.md#smart-effector) is enabled. +[smart_effector config section](Config_Reference.md#smart_effector) is enabled. Be sure to check the official documentation for the Smart Effector on the [Duet3D Wiki](https://duet3d.dozuki.com/Wiki/Smart_effector_and_carriage_adapters_for_delta_printer) before changing the Smart Effector parameters. Also check the |