diff options
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 30c2468a..812dd7a9 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1312,6 +1312,20 @@ path: # be provided. ``` +## [sdcard_loop] + +Some printers with stage-clearing features, such as a part ejector or +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. + +``` +[sdcard_loop] +``` + ## [force_move] Support manually moving stepper motors for diagnostic purposes. Note, |