@dc42 Thanks for the last update. It solved one issue with the BLTouch v3.
The biggest problem I had was that I needed to invert both pins from:
M950 S4 C"exp.heater4"
...
M950 S0 C"exp.heater3"
to
M950 S4 C"!exp.heater4"
...
M950 S0 C"!exp.heater3"
That solved all issues. I've just discovered that they needed to be inverted for PWM.. 🙂