Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcode_macro: Enable jinja2.ext.do extension #5149

Closed
wants to merge 2 commits into from

Commits on Jan 13, 2022

  1. gcode_macro: Enable jinja2.ext.do extension

    This adds a 'do' tag that works like a normal expression but ignores the return value.
    Useful for avoiding running the output of an expression as a command.
    
    Signed-off-by: Morten Lindhardt <[email protected]>
    r3Fuze committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    d90bec1 View commit details
    Browse the repository at this point in the history
  2. gcode_macro: Fix formatting

    Signed-off-by: Morten Lindhardt [email protected]
    r3Fuze committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    ee4c24b View commit details
    Browse the repository at this point in the history