diff options
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r-- | docs/Command_Templates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 732ed1a1..7d5b229e 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -95,7 +95,7 @@ gcode: G90 G0 Z15 F300 {% for wipe in range(wipe_count) %} - {% for coordinate in [(275,4),(235,4)] %} + {% for coordinate in [(275, 4),(235, 4)] %} G0 X{coordinate[0]} Y{coordinate[1] + 0.25 * wipe} Z9.7 F12000 {% endfor %} {% endfor %} |