Basic Information:
Printer Model: Modified Ender 3
MCU / Printerboard: Manta E3EZ + EBB SB2209
klippy.zip (155.4 KB)
Hello,
I’m working on adding the KevinAkaSam Klackender probe (klicky probe) to my printer but it is reporting that the probe is permanently triggered preventing any homing.
The probe is a limit switch with two wires that go to ground and pin PB6 on the EBB SB2209 toolhead board. The probe works when wire it to the manta but doesn’t work when connected to the toolhead board.
[stepper_z]
step_pin: PD2
dir_pin: !PD4
enable_pin: !PD3
microsteps:16
rotation_distance: 40
full_steps_per_rotation: 200
gear_ratio: 80:16
endstop_pin: probe:z_virtual_endstop
position_min: -5
position_max: 250
homing_speed: 15
homing_retract_dist: 10
homing_retract_speed: 10
second_homing_speed: 5
[probe]
pin: ^EBBCan:PB6
z_offset: 4.86
speed: 5.0
lift_speed: 15.0
Any advice is greatly appreciated.
Thank you