This is the complete console output:
15:31:14.725: X:-20.00 Y:0.00 Z:457.188 E:0.0000
15:31:37.446: Z correction disabled
15:31:37.447: Reference Z for measurement:20.100
15:31:37.455: Error:Activating z-probe would lead to forbidden xy position: -20.000360, 71.20
15:31:37.455: RequestStop:
15:31:38.168:
fatal:Could not activate z-probe offset due to coordinate constraints -
result is inaccurate! Printer stopped and heaters disabled due to this
error. Fix error and restart with M999.
15:32:17.076: Z-probe:19.147 X:26.50 Y:320.00
It seems like the x-Position is set below x_min @ -20.000360.
Does "#define Z_PROBE_X1 26.5 " accept float? - This does not seem to be the problem, changing it to "#define Z_PROBE_X1 27" did not help.