jschuh / klipper-macros

A collection of useful macros for the Klipper 3D printer firmware
GNU General Public License v3.0
921 stars 167 forks source link

[BUG] - Manual QGL doesn't fire events #153

Closed agreen closed 1 year ago

agreen commented 1 year ago

Not sure if this is really a bug or not, but manual QGL doesn't fire an event. It looks like the reason why, is you aren't overriding the QUAD_GANTRY_LEVEL gcode with a custom macro which would then call the event.

I had setup events to trigger my LED's when various things were going on, and was troubleshooting why my LED's weren't changing when I was doing QGL (manually) when I noticed the issue.