markniu/Bed_Distance_sensor

QGL Shuts Down Klipper

Closed this issue · 3 comments

Doing a QGL on my Voron now shuts down klipper firmware on the first pass at the 4th point of the QGL sequence.
The error displayed twice is Internal error on command:"_QUAD_GANTRY_LEVEL"

Please note: this same error now occurs on my other printer that uses the "z_tilt" command and the BDsensor "Z_TILT_ADJUST" macro. Klipper is shut down on the first pass at the second point of the z_tilt sequence.

Things I have done:
Updated BDsensor QGL "QUAD_GANTRY_LEVEL" macro. No fix.
Updated BDsensor Klipper firmware on the MCU's. No fix.
Set BDsensor cfg's to default settings. No fix.

I suspect that it actually Klipper being the issue as removing the BDsensor macros I still get an error.

Any ideas for a solution?

Voron Clips
image

image image

Other Printer Clip
image

Hello, thanks for feedback this,
and I just checked that the reason is the official klipper had updated the probe.py today, and the code of BDsensor.py needs to updated too, now I am testing, I will update it to my github late.

Yeah... I removed the BDsensor macros and am still getting the error so I came to the same conclusion. Thanks.

Thanks for the quick response and remedy.