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 54156c68..5b0a8b54 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1182,6 +1182,20 @@ gcode: # Default is 0. ``` +## [save_variables] + +Support saving variables to disk so that they are retained across +restarts. See +[command templates](Command_Templates.md#save-variables-to-disk) and +[G-Code reference](G-Codes.md#save-variables) for further information. + +``` +[save_variables] +filename: +# Required - provide a filename that would be used to save the +# variables to disk e.g. ~/variables.cfg +``` + ## [idle_timeout] Idle timeout. An idle timeout is automatically enabled - add an |