Result after QGLing

Basic Information:

Printer Model: Voron 2.4
MCU / Printerboard: Fysetc Spider V2.3
klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

Hi there,
is there a flag which indicates that QuadGantryLeveling was successfull?
I had yesterday the following situation:
One of my probe pins was broken. I started a print and in my start script I have quad_gantry_leveling macro. Obviously the macro was finished without success but klipper followed the start script without interuption and started next entry and the print immediatly. So the nozzle crashed (a little bit, not too much) into the bed.
I stopped the print and performed a manual QGL which stopped immediatly at first probe point with “probe triggered prior to movement” or something like this. But this error was not catched by klipper. So if there would be a flag or something like “QGL successfull” I could check that in my printstart script. Any ideas?

klippy.log (1.9 MB)

1 Like

Turns out it does! quad_gantry_level Status Reference

You could write a macro to check that flag and abort the print if its not true.

2 Likes

Thanks a lot! That was I was searching for!
Regards

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.