Michael Rose 27f8cf025e
z_tilt: expose an 'applied' status to allow macros to skip QGL/Z_TILT_ADJUST (#4313)
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>
2021-06-02 11:11:19 -04:00
..
2021-05-28 11:53:16 -04:00
2019-04-14 22:41:23 -04:00
2020-10-28 10:55:21 -04:00

Welcome to the Klipper documentation. The overview document is a good starting point.