Skip to content

Commit

Permalink
[Doc] Highlight Klipper macros as Jinja.
Browse files Browse the repository at this point in the history
Signed-off-by: Juri Berlanda <[email protected]>
  • Loading branch information
j-be committed Jan 5, 2022
1 parent 8ae2b5d commit 753be43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ here that you can use to add the minimum functionality required.

`G29.cfg`

```
```jinja
[gcode_macro G29]
gcode:
{% if 'D' in params or 'J' in params %}
Expand All @@ -138,7 +138,7 @@ other `G29` functionality from Marlin, we just need the bed mesh clear functiona

`G30.cfg`

```
```jinja
[gcode_macro G30]
gcode:
{% set x = params.X | default(0) | float %}
Expand Down

0 comments on commit 753be43

Please sign in to comment.