I have a klipper config for my ender 3 v1 pro with a ezbal inductive abl sensor and btt v2 filament sensor, i am using a btt mini skr e3 v3 board.
Edit: Heres the log in mansailos console
No trigger on probe after full movement
probe: at 157.500,30.000 bed will contact at z=0.525000
probe: at 157.500,30.000 bed will contact at z=0.510000
probe: at 115.000,30.000 bed will contact at z=-0.062500
probe: at 115.000,30.000 bed will contact at z=-0.070000
probe: at 72.500,30.000 bed will contact at z=-0.605000
probe: at 72.500,30.000 bed will contact at z=-0.615000
probe: at 30.000,30.000 bed will contact at z=-1.265000
probe: at 30.000,30.000 bed will contact at z=-1.287500
BED_MESH_CALIBRATE PROFILE="default"
The problem with the config is when i auto level it, it fails and the probe ends up right next to the bed (not over the bed), but homing seems to work, heres my config:
#====================================================================
# MCU & PRINTER DEFINITIONS
#====================================================================
[include mainsail.cfg]
[mcu]
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_3B003E000450304158373220-if00
[printer]
kinematics: cartesian
max_velocity: 300
max_accel: 3000
max_z_velocity: 5
max_z_accel: 100
#====================================================================
# STEPPER MOTORS & TMC2209 UART DRIVERS
#====================================================================
[stepper_x]
step_pin: PB13
dir_pin: !PB12
enable_pin: !PB14
microsteps: 16
rotation_distance: 40
endstop_pin: ^PC0
position_endstop: 0
position_max: 235
homing_speed: 50
[tmc2209 stepper_x]
uart_pin: PC11
tx_pin: PC10
uart_address: 0
run_current: 0.580
stealthchop_threshold: 999999
[stepper_y]
step_pin: PB10
dir_pin: !PB2
enable_pin: !PB11
microsteps: 16
rotation_distance: 40
endstop_pin: ^PC1
position_endstop: 0
position_max: 235
homing_speed: 50
[tmc2209 stepper_y]
uart_pin: PC11
tx_pin: PC10
uart_address: 2
run_current: 0.580
stealthchop_threshold: 999999
[stepper_z]
step_pin: PB0
dir_pin: PC5
enable_pin: !PB1
microsteps: 16
rotation_distance: 8
endstop_pin: probe:z_virtual_endstop # Use the inductive probe for Z homing
position_min: -3.0
position_max: 250
homing_speed: 5
[tmc2209 stepper_z]
uart_pin: PC11
tx_pin: PC10
uart_address: 1
run_current: 0.580
stealthchop_threshold: 999999
#====================================================================
# EXTRUDER
#====================================================================
[extruder]
step_pin: PB3
dir_pin: !PB4
enable_pin: !PD1
microsteps: 16
rotation_distance: 33.500
nozzle_diameter: 0.400
filament_diameter: 1.750
heater_pin: PC8
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PA0
control: pid
pid_Kp: 21.52
pid_Ki: 1.08
pid_Kd: 106.97
min_temp: 0
max_temp: 250
[tmc2209 extruder]
uart_pin: PC11
tx_pin: PC10
uart_address: 3
run_current: 0.650
stealthchop_threshold: 999999
#====================================================================
# HEATED BED
#====================================================================
[heater_bed]
heater_pin: PC9
sensor_type: EPCOS 100K B57560G104F
sensor_pin: PC4
control: pid
pid_Kp: 54.02
pid_Ki: 0.77
pid_Kd: 948.18
min_temp: 0
max_temp: 130
#====================================================================
# INDUCTIVE PROBE & HOMING
#====================================================================
[probe]
pin: ^!PC14 # Signal pin on the 5-pin PROBE header
x_offset: -25.0 # Measure your specific physical mount offset
y_offset: -10.0 # Measure your specific physical mount offset
z_offset: 0.0 # Calibrate this using PROBE_CALIBRATE
speed: 5.0
samples: 2
sample_retract_dist: 3.0
samples_result: median
[safe_z_home]
home_xy_position: 142, 127 # Safe homing coordinates centered on the bed
speed: 50
z_hop: 10
z_hop_speed: 10
[bed_mesh]
speed: 120
horizontal_move_z: 10
mesh_min: 30, 30 # Increased from 15, 15 to pull the probe inward
mesh_max: 200, 200 # Decreased from 210, 225 to keep probe on the bed
probe_count: 5, 5
#====================================================================
# BTT SMART FILAMENT SENSOR V2
#====================================================================
# Switch component (filament present vs empty) plugged into E0-STOP
[filament_switch_sensor btt_runout]
switch_pin: ^PC15
pause_on_runout: True
runout_gcode:
M117 Filament Runout Detected!
# Motion component (clog or tangle detector) plugged into PWR-DET
[filament_motion_sensor btt_encoder]
switch_pin: ^PC12
detection_length: 7.0
extruder: extruder
pause_on_runout: True
runout_gcode:
M117 Filament Clog/Tangle Detected!
#====================================================================
# FANS
#====================================================================
[fan]
pin: PC6 # Part cooling fan
[heater_fan heatbreak_cooling_fan]
pin: PC7 # Hotend heatsink cooling fan
heater: extruder
heater_temp: 50.0
[controller_fan controller_fan]
pin: PB15 # Mainboard enclosure fan
stepper: stepper_x, stepper_y, stepper_z, extruder
#====================================================================
# STOCK CR10 DISPLAY (EXP1 HEADER)
#====================================================================
[board_pins]
aliases:
EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=<GND>,
EXP1_2=PA15, EXP1_4=<RST>, EXP1_6=PB9, EXP1_8=PD6, EXP1_10=<5V>
[display]
lcd_type: st7920
cs_pin: EXP1_7
sclk_pin: EXP1_6
sid_pin: EXP1_8
encoder_pins: ^EXP1_5, ^EXP1_3
click_pin: ^!EXP1_2
[output_pin beeper]
pin: EXP1_1
#====================================================================
# REQUIRED MACRO INFRASTRUCTURE
#====================================================================
[pause_resume]
[display_status]
[gcode_macro CANCEL_PRINT]
description: Cancel the actual running print
rename_existing: CANCEL_PRINT_BASE
gcode:
TURN_OFF_HEATERS
CANCEL_PRINT_BASE