Thank you for your quick reply!
Yes, I know G32.
Just startet step by step, testing and adjusting parameters, G29 before G32 and 33.
And I already experienced those connections you are talking about;-)
For avoiding the danger the head crashing into the bed (like described in my first post),
I helped myself by a little hack in bedlevelling.cpp, startprobing.
I changed the if error conditions, originally testing the currentposition of the printhead,
now testing DISTORTION_YMIN as well as EEPROM::zProbeY1.
If the head was detected to be in unallowed area, I added an emergency stop.
This works well for G29, G32, G33. All those commands are doing their job now with BLTouch without danger of crashing!
But, like expected, this does not any more check G30 for unallowed positions.
I tried already but I did not manage to move the probing position out of restricted area.
(I am no software developer).
Therefore may I ask you to give me a hint, where to add which command to move the probing position, for example to bed center like you described already?
Thank you very much in advance.