Turns out the error was misleading. The config didn’t account for the probe offset, and calibrate_start_x: 0
was taken as no config for some reason. After changing it to calibrate_start_x: 1
I got “movement out of range” error, and was able to correct the coordinates.
2 Likes