diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-05-26 12:05:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-05-26 12:05:49 -0400 |
commit | 391ebd32c1dbe2106ebe1f9e346438578a9a6689 (patch) | |
tree | 6ca3e3ee4d51666876dddb601372fbfe1036c9bc /docs/Config_Reference.md | |
parent | 913649de2e8057e849be2a54e08d34302ee37dad (diff) | |
download | kutter-391ebd32c1dbe2106ebe1f9e346438578a9a6689.tar.gz kutter-391ebd32c1dbe2106ebe1f9e346438578a9a6689.tar.xz kutter-391ebd32c1dbe2106ebe1f9e346438578a9a6689.zip |
docs: Minor updates to sdcard_loop documentation
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 812dd7a9..e3c6bfbb 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1319,8 +1319,9 @@ a belt printer, can find use in looping sections of the sdcard file. (For example, to print the same part over and over, or repeat the a section of a part for a chain or other repeated pattern). -See the `config/sample-macros.cfg` file for a Marlin compatible M808 -G-Code macro. +See the [command reference](G-Codes.md#sdcard-loop) for supported +commands. See the [sample-macros.cfg](../config/sample-macros.cfg) +file for a Marlin compatible M808 G-Code macro. ``` [sdcard_loop] |