Just installed; Ender3-v4.2.7-BLTouch-20230902.bin succesfully, but having issues with my BLTOUCH probe not homing.
Device details;
Ender 3 V4.2.7 - Silent board
Running test commands on the BLTOUCH over COM3 works fine;
- Self-Test:
M280 P0 S120
This will perform a self-test where the pin should deploy and retract several times. - Deploy Pin:
M280 P0 S10
- Retract Pin:
M280 P0 S90
- Alarm Release and Self-Test:
M280 P0 S160
- Alarm Release:
M280 P0 S60
However when I run G28 to auto-home, the bed X and Y level, the hotend moves to the center and then the Z-AXIS moves up around 20CM for some reason, probe starts to deploy and reset multiple times, but then the Z Axis doesn’t go down and we get the following error;
SENT: G28
SENT: M105
READ: echo:busy: processing
busy: processing
SENT: M105
READ: echo:busy: processing
busy: processing
SENT: M105
READ: echo:busy: processing
busy: processing
SENT: M105
READ: echo:busy: processing
busy: processing
SENT: M105
SENT: M105
READ: Error:!! STOP called because of BLTouch error - restart with M999
READ: X:162.00 Y:124.00 Z:25.00 E:0.00 Count X:12960 Y:9920 Z:10000
READ: ok P15 B0
READ: ok T:22.13 /0.00 B:22.23 /0.00 @:0 B@:0
READ: ok T:22.13 /0.00 B:22.23 /0.00 @:0 B@:0
READ: ok T:22.13 /0.00 B:22.23 /0.00 @:0 B@:0
READ: ok T:22.13 /0.00 B:22.23 /0.00 @:0 B@:0
READ: ok T:22.13 /0.00 B:22.23 /0.00 @:0 B@:0
READ: ok T:22.13 /0.00 B:22.23 /0.00 @:0 B@:0
SENT: M105
READ: ok T:22.18 /0.00 B:22.25 /0.00 @:0 B@:0
SENT: M105
Wiring of my BLTOUCH;
Overall, I was running Marlin V1.3.1 before today, and the bltouch was working fine, but I had some issues with my Y-AXIS being off, so decided to do a firmware update.