mirror of
git://soft.sys114.com/klipper
synced 2026-02-10 22:08:07 +09:00
docs: Fix github-pages error in Command_Templates.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user