I recently installed a SKR 1.3 Board with a 3DTouch-Probe on my Creality Ender 3 Pro.
The probe works, G29
does its magic, but:
If i issue a plain G28
, the hotend first homes X and Y like before the Z-probe.
The probe is now next to, not above, the bed.
As the next step, the printer is supposed to home the Z-axis. The probe deploys and Z starts to lower until it smashes into the bed, because the probe misses the bed (if I don't stop it, that is).
I configured X/Y offsets for the probe, but they don't seem to be honored when performing the G28
code.
If I home X/Y "manually" with G28 X Y
, move the hotend with like G1 X45 Y10
, then home Z with G28 Z
it works fine.
What did I miss? Is this intended behaviour & the user has to take care never to issue a plain G28
?!