diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-03 12:27:02 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-03 12:27:02 -0500 |
commit | 5ddb0934212b16e506e90f046f96c45205aab8ff (patch) | |
tree | 33260376582928a231278e34a282312caaf8b7d2 | |
parent | d7053f6e718e0a51b48054b90e38a1b0a698ca52 (diff) | |
download | kutter-5ddb0934212b16e506e90f046f96c45205aab8ff.tar.gz kutter-5ddb0934212b16e506e90f046f96c45205aab8ff.tar.xz kutter-5ddb0934212b16e506e90f046f96c45205aab8ff.zip |
docs: Fix github-pages error in Command_Templates.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-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 |