From 5ddb0934212b16e506e90f046f96c45205aab8ff Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 3 Dec 2020 12:27:02 -0500 Subject: [PATCH] docs: Fix github-pages error in Command_Templates.md Signed-off-by: Kevin O'Connor --- docs/Command_Templates.md | 2 ++ 1 file changed, 2 insertions(+) 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: ``` + {% set svv = printer.save_variables.variables %} + ``` As an example, it could be used to save the state of 2-in-1-out hotend