4

When double-probing, sometimes the BLTouch will hit the bed before the z-axis goes down:

  1. The BLTouch deploys
  2. The bed goes up
  3. The sensor triggers
  4. The BLTouch stows
  5. The BLTouch deploys and crashes the bed before the z-axis goes down for the second probe

It happens only on the second probe of double-probing (slow speed) - the bed can't move out of the way fast enough. This happens in 2/16 probe points.

Probe Accuracy Test result:

  • Mean: 0.023075 mm
  • Min: 0.018 mm
  • Max: 0.027 mm
  • Range: 0.008 mm
  • Standard Deviation: 0.002584 mm
0scar
  • 32,029
  • 10
  • 59
  • 135
David Souza
  • 133
  • 1
  • 5
  • Hello David, I noticed your question has been up for a while now. Have any of the answers below been able to solve your question? If so, would you mind accepting the appropriate answer. If not, what is missing so that we may help you further? Also, if you have figured it out on your own, you can always answer and accept (after 48 hours) your own solution. Thank you! – 0scar Oct 27 '20 at 09:09
  • Sounds like the height the printer is supposed to go to before second probe is too low. – Justin Aug 05 '21 at 17:18

4 Answers4

1

First, make sure to check if stow, deploy and the trigger are working correctly.

Second, check the pins files to make sure you put it in the correct pins. Black and White probe pin might need to go to Z-min or probe pin depending on. Make sure to check that.

Third, add "BLTOUCH delay". It might be triggering too slow or too fast for the next one to react. So after the first trigger, there should be a time for it to "re-setup" for the second. But if there is no time to do that then it won't trigger.

To add examples: If you have SKR 1.4 Turbo, then use BLTouch probe pins (black and white) on the board. IT will NOT recognize. You have to use Z-min endstop pins. Reason for this?:

#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN

If this has been used, Z-min probe will use Z-min endstop pin instead of Z-min probe.

0scar
  • 32,029
  • 10
  • 59
  • 135
D DD
  • 11
  • 1
1

In case someone still has this problem I have a solution for what happened in my case.

I am using a 3DTouch and I also encountered the same problem and it was solved by commenting //#define BLTOUCH_HS_MODE

0scar
  • 32,029
  • 10
  • 59
  • 135
1

I solved the same issue.

I had the same problem, just send the G-code M502 to your printer through Cura or whatever it is you use. The reason is that you already did an auto bed leveling and you more than likely send the G-code M500 which saves your auto mesh data so that you don't have to auto home for every print.

So M502 restores everything to its factory settings after you reset don't forget to send M500 to save the default settings or else your printer will be fixed up until the next time you turn it on and you'll have to start all over again hope this helps.

0scar
  • 32,029
  • 10
  • 59
  • 135
0

This sounds like the firmware setting for your BLtouch is not set up properly. Look at the line in Config H where it deploys the BLtouch. make sure nothing is commented out and that the 2nd deploy is shown.