Basic Information:
Printer Model: Creality Ender 3 V2 with CR-Touch the only mod
MCU / Printer board: MCU stm32f103 / Printer Main Board 4.2.2
SBC / Host: Raspberry Pi 4B Debian 12
klippy.log
klippy-20241110-2250.log (2.8 MB)
Describe your issue:
In testing of my printer.cfg, when I do “Home All”, the Ender 3 V2 doesn’t stop when the printer head hits the print bed, but rather it tries to keep going lower requiring an emergency stop or power off.
Background and Actions so far:
Let me apologise up front for the length of this post, but I’ve been trying for about 3 weeks to sort out my Klipper printer.cfg for my (stock) Creality Ender 3 V2 3D Printer with a CR Touch & a 4.2.2 mainboard.
I built a Klipper Pad, using a Raspberry Pi 4B with Raspberry Pi 64-bit Lite and used the Kiauh script. I have used the script to install Klipper, Moonraker, Mainsail, KlipperScreen, Crowsnest. I also have installed and set up GuppyFlo and Spoolman (using Docker) on the same Raspberry Pi.
I started with printer.cfg posted by Devenv here. I’ve amended this in line with the config changes proposed by a couple of YT Videos by people with similar hardware) and I’ve tested the config using commands recommended in these videos:
M84 - Disable All Motors
M112 - Klipper Shutdown
SET_STEPPER_ENABLE STEPPER=stepper_x ENABLE=1
SET_STEPPER_ENABLE STEPPER=stepper_y ENABLE=1
SET_STEPPER_ENABLE STEPPER=stepper_z ENABLE=1
QUERY_ENDSTOPS
STEPPER_BUZZ STEPPER=stepper_x
STEPPER_BUZZ STEPPER=stepper_y
STEPPER_BUZZ STEPPER=stepper_z
All these tests successfully completed, but when I do “Home All”, the Ender 3 doesn’t stop when the printer head hits the print bed, but rather it tries to keep going lower requiring an emergency stop or power off.
I’ve also spent a lot of time reading the Klipper3D website & discord server, including reviewing sample configuration files referenced, plus lots of other related articles and Github printer.cfg suggestions for the Ender 3 series with BL Touch or CR-Touch.
I’ve have carefully been through my config file to check the settings and annotated changes I’ve made to explain what I have done.
But unfortunately I haven’t been able to solve have my problem.
One suggestion I have tried was to raise the Z Axis / tool head gantry and then try doing a Home All letting the probe hit my finger, which does seem to reacts correctly and stops.
I don’t seem to be making progress and would really appreciate any assistance / suggestions anyone can offer!