Timer too close after moving to X out of range

As I can see on the last screen amount of segments is calculated based on bed curvature. When Y100 in this area difference between probes is about 0.05 mm
-0.387500, -0.377500, -0.367500, -0.355000, -0.347500, -0.335000
In this case two segments is enough
But when Y0 difference is bigger.
-0.045000, -0.107500, -0.152500, -0.195000, -0.247500, -0.305000
in this case we need more segments.
If ones have aligned bed than it can be only one segment and error will not reproduce because Move out of range throws without movement.

Am I right?