docs: Fix github-pages error in Command_Templates.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d7053f6e71
commit
5ddb093421
|
@ -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
|
gcode macros. to avoid overly long lines you can add the following at
|
||||||
the top of the macro:
|
the top of the macro:
|
||||||
```
|
```
|
||||||
|
<!-- {% raw %} -->
|
||||||
{% set svv = printer.save_variables.variables %}
|
{% set svv = printer.save_variables.variables %}
|
||||||
|
<!-- {% endraw %} -->
|
||||||
```
|
```
|
||||||
|
|
||||||
As an example, it could be used to save the state of 2-in-1-out hotend
|
As an example, it could be used to save the state of 2-in-1-out hotend
|
||||||
|
|
Loading…
Reference in New Issue