Eddy Coil config woes

Basic Information:

Printer Model: Voron 250mm
MCU / Printerboard: SKR Mini E3 V3
Host / SBC: Pi4
klippy.log

klippy(3).log (2.6 MB)

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:

I have a BTT Eddy Coil and want to use it with the tap function. I have configured the coil and calibrated it according to the docs, and also upped the drive current from 16(calibrated) to 17, as suggested at the end of the docs. I have recalibrated the probe after changing the drive current. The threshold calibration does not work for me, and returns errors everytime. I have manually calibrated the threshold level. When executing a “G28 Z” homing move, the printer returns a “probe triggered prior to movement” error but the printer still seems to behave as if the Z is homed. This error will interrupt a print_start routine. If I execute a PROBE METHOD=TAP it seemingly works fine. I am unsure how to respond to the error I am receiving.

I have found the error, It was my own bad homing_override sequence, I left out a z lift before using set_z_from_probe macro.