Update: There may be a issue with eddy style probes on a bed this thin; I believe many of my issues were related to EMI/noise from the bed heater being on. I recommend setting the target temperature to 0 when probing by using M140 0
.
When this probe works, it generates great first layers. When it doesn't work, troubleshooting is difficult even with the help of the Klipper Discord community.
If you are going to attempt this, watch out for old guides written for the BTT fork of Klipper and search through the #leveling-sensors channel on the Klipper discord for useful nuggets of info.
One of my pain points was caused by running on RPi2 - this is a bit underpowered for this style of probe resulting in timing issues. Follow this guide Timeout During Homing/Probing | Esoterical’s CANBus Guide but assign 2 cores to Klipper instead of 1:[Manager]
CPUAffinity=0-1
[Service]
CPUAffinity=2-3
1.66-1.79mm offset depending on the measuring point.
#####################################################################
# Probe Related
#####################################################################
[mcu eddy]
serial: /dev/serial/by-id/usb-Klipper_rp2040_45474E621A8CB9AA-if00
restart_method: command
[temperature_sensor btt_eddy_mcu]
sensor_type: temperature_mcu
sensor_mcu: eddy
[probe_eddy_current btt_eddy]
sensor_type: ldc1612
z_offset: 1.0
#i2c_address:
i2c_mcu: eddy
i2c_bus: i2c0f
x_offset: 27 #for sv06 plus
y_offset: -20 #for sv06 plus
[temperature_probe btt_eddy]
sensor_type: Generic 3950
sensor_pin: eddy:gpio26
horizontal_move_z: 2
[bed_mesh]
horizontal_move_z: 2
speed: 300
mesh_min: 30, 30
mesh_max: 270, 270
probe_count: 12, 12
algorithm: bicubic
scan_overshoot: 5
[safe_z_home]
home_xy_position: 164.00, 136.00 #homing over center front right screw increases success rate.
z_hop: 10
z_hop_speed: 25
speed: 200
The author marked this model as their own original creation.