Basic Information:
Printer Model: Ender 3
MCU / Printerboard: SKR Pro 1.1 with TMC2208
klippy.log
klippy.log (67.5 KB)
Describe your issue:
Hi everyone,
I’m trying to make my 3D printer work with Klipper, so I followed every steps explained in the documentation.
Everythings work fine except the BLTouch that refuse to Home Z while executing G28.
Every configuration tests describe in the documentation sucessfully pass except G28.
- BLTOUCH_DEBUG COMMAND=pin_up → OK
- BLTOUCH_DEBUG COMMAND=pin_down → OK
- BLTOUCH_DEBUG COMMAND=touch_mode + QUERY_PROBE → “probe : open” until I push the pin up then “probe : TRIGGERED”
When executing G28, the bltouch deploy and then stow after 1 second without any reason. It repeat it 3 times and the Z stepper doesn’t move at all.
I tried activate 5V mode (as I configured it in Marlin), activate probe_with_touch_mode, but nothing seems to make it work
My 3DTouch is a clone from Trianglelab and works fine with Marlin.
Does someone have a idea of what goes wrong with my configuration ?
Thanks