markniu / Bed_Distance_sensor

Auto bed level with High resolution distance sensor
281 stars 28 forks source link

Internal error during mesh calibrate #163

Closed heinrichWeichert closed 4 months ago

heinrichWeichert commented 4 months ago

Latest HEAD patched into Klipper.

MCU is stopped after going to the last mesh point

klippy.log attached klippy_snip.log

markniu commented 4 months ago

do you use the latest klipper? I just tested OK with the latest klipper. the latest code of bdsensor does not work with the old klipper because the official klipper changed a lot about the probe last month.

Townie-au commented 4 months ago

I had this issue. horizontal_move_z: in bed_mesh was too high. Changed it to 1.

Andrew

On Sun, 14 July 2024, 11:16 am Mark, @.***> wrote:

do you use the latest klipper? I just tested OK with the latest klipper. the latest code of bdsensor does not work with the old klipper because the official klipper changed a lot about the probe last month.

— Reply to this email directly, view it on GitHub https://github.com/markniu/Bed_Distance_sensor/issues/163#issuecomment-2227157170, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGMK5OMQHIZZF67TDZG3XZLZMHGODAVCNFSM6AAAAABK2K5WXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRXGE2TOMJXGA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

heinrichWeichert commented 4 months ago

Yes, klipper is up-to-date. I'll check the horizontal_move, thanks.

heinrichWeichert commented 4 months ago

I changed the values to sample_retract_dist: 0.2 And horizontal_move_z: 0.2

works but there is no second pass I guess that has to do with Klipper changes