Basic Information:
Printer Model: Ender 3 V2 4.2.2
MCU / Printerboard: Raspberry Pi Zero 2 W
Host / SBC (sorry I don’t quite know what this is)
klippy.log (unfortunately there is no klippy.log as i have just updated my system in hope of it fixing the issue, and for some reason it deleted all the log files?)
Describe your issue:
I’ve run into the problem of my bed on my ender 3 v2 4.2.2 crashing the bed into the y=0, making an alarming sound of the motorrattling. checked the endstops using:
16:43:51 $ query_endstops
16:43:51 x:open y:open z:TRIGGERED
Also I’ve just noticed but possible that it wasn’t any different before this problem occured: when starting the printer, it shows that the BLTouch didnt verify:
16:43:36 // Failed to verify BLTouch probe is raised; retrying.
16:43:38 // Failed to verify BLTouch probe is raised; retrying.
16:43:40 // Klipper state: Ready
BLTouch always worked fine. no clue if that error message also showed up despite working a week ago.
I’ve just now encountered this problem after months of perfect functionality. didn’t change/update a thing. multimetered the wiring, the endstop switch and all works fine. checked the connections on the motherboard, everything sitting secure. yet no triggering of the y-endstop happening, it is in a constant “open” position, causing my bed to crash into y=0. Any idea? i didn’t update anything, it just malfunctioned from one print to the next.
my y-stepper config (always was pin ^PA6. deleting the pullup (^) doesnt fix it. neither does adding an exclamation mark (!)):
[stepper_y]
step_pin: PB8
dir_pin: PB7
enable_pin: !PC3
microsteps: 16
rotation_distance: 40
endstop_pin: ^PA6
position_endstop: 0
position_max: 230
position_min: 0
homing_speed: 50
I also tried switching the pins on the motherboard to the ones from the z-endstop that are free due to the BLTouch being in use. remembered to change to the ^PA7 pin in the config, just as it is documented on the ender 3 v2 config reference and just as it used to work with my z-endstop before buying a BLTouch.
HELP! nothing works and I now own an 8 kg paper weight.