diff options
-rw-r--r-- | docs/Command_Templates.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 26271b75..792e843f 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -408,7 +408,9 @@ restarts. All stored variables are loaded into the gcode macros. to avoid overly long lines you can add the following at the top of the macro: ``` +<!-- {% raw %} --> {% set svv = printer.save_variables.variables %} +<!-- {% endraw %} --> ``` As an example, it could be used to save the state of 2-in-1-out hotend |