Z Axis Homing / CRTouch Issues

Basic Information:

Printer Model: CR-6 SE
MCU / Printerboard: BTT SKR Mini E3 V3
Host / SBC: Dell Optiplex w/ Ubuntu 22.04.4 LTS

printer.cfg (9.2 KB)
klippy.log and printer.cfg

When issuing G28, my printer no longer moves the Z-axis up, the X and Y axes home normally, the printer moves to the probing point (X&Y only), the pin comes down, and I get a “BL Touch failed to deploy” message when the probe contacts the bed. This was working prior to today.

My printer is heavily modified, but the only change I made today was switching the Y-axis stepper motor. Is there anything in the log that would indicate the probe itself failed? It isn’t particular old/worn.

Thanks.


klippy.log (1.0 MB)

Follow Initial tests to test the basic functionality.
It may be a wiring issue or just a dead probe.

I did replace the sensor and wiring, and ran through the initial tests which produced the expected results. Still have the issue when issuing G28 I’ve also noticed that the printer no longer raises Z 10mm when homing

  1. Provide a new log please?
  2. Is the “failed to deploy” gone?
  3. You have z_offset = -0.305 which would mean your nozzle hits the bed before the probe triggers → Set it to 5 and then repeat PROBE_CALIBRATE as per documentation
  1. klippy (1).log (484.3 KB)

2, Failed to deploy is still there

  1. Same behavior when Z_offset is set to five

Also, when homing, the Z axis does not raise 10mm anymore (safe home is not working). When I manually raise the z axis and try to trigger the probe early, I get the same behavior

Hmm, I cannot see anything apparently wrong in your config.
You are sure that the complete “Initial Tests” including the debug commands work as they should?

Also comment out / delete:

probe_with_touch_mode = True
stow_on_each_sample = False

until basic functionality is ensured.

Also check the chapter on clones

I ran through the initial tests again and commented out the lines suggested. When I ran G28 this time, the error changed to Failed to verify BLTouch probe is raised; retrying

Have you seen this section?

https://www.klipper3d.org/BLTouch.html#bl-touch-clones

I did see that section, and none of the listed steps apply. All of the initial tests work as expected, pin_up moves the pin up, pin_down moves the pin down, the probe shows open in both positions unless touch mode is active and the pin is touched.

What isn’t working is the G28 command. Z no longer goes up 10mm like it used to, and I get the bltouch failed to deploy message. If I set probe_with_touch_mode: False then I get Failed to verify BLTouch probe is raised; retrying in addition to bltouch failed to deploy

I’d like to point out that this is not a new config. This probe was working until just before I submitted this post. I had changed the Y motor on the printer and then when I reassembled everything I had this issue.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.