mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-08-01 04:11:28 +02:00
This is useful for macros that'd like to skip QGL if already leveled,
e.g.:
```
{% if not printer.quad_gantry_level.applied %}
QUAD_GANTRY_LEVEL
{% endif %}
```
Signed-off-by: Michael Rose <elementation@gmail.com>