Output of M208
Axis limits X0.0:366.0, Y-49.0:358.0, Z0.0:360.0
M557
Grid: X58.0:394.0, Y-38.0:358.0, radius -1.0, X spacing 40.0, Y spacing 40.0, 90 points
G31
Current reading 0, threshold 500, trigger height 2.28, offsets X58.0 Y-38.0
I posted the wrong meshbedlevel.g file, I had been changing it while trying to make it work. The one that is causing errors is:
G28 X ;home x
G28 Y ;home y
G28 Z ; home Z last
M557 X58:394 Y-38:358 S40 ; sets the X and Y Grid dimensions with a spacing of 40.
G29 S0 ; Run probing sequence as defined in M557 above and save height map to SD.
M374 ; Save the height map explicitly.
G1 F12000 X5 Y5 ; move the carriage back to the start
The errors in the console are:
M98 P"0:/macros/MeshLevel.g"
Warning: Skipping grid point (378.0, 322.0) because Z probe cannot reach it
Warning: Skipping grid point (338.0, 322.0) because Z probe cannot reach it
Warning: Skipping grid point (298.0, 322.0) because Z probe cannot reach it
Warning: Skipping grid point (258.0, 322.0) because Z probe cannot reach it
Warning: Skipping grid point (218.0, 322.0) because Z probe cannot reach it
Warning: Skipping grid point (178.0, 322.0) because Z probe cannot reach it
Warning: Skipping grid point (138.0, 322.0) because Z probe cannot reach it
Warning: Skipping grid point (98.0, 322.0) because Z probe cannot reach it
Warning: Skipping grid point (58.0, 322.0) because Z probe cannot reach it
What I am trying to achieve is that the probes last probe row will be along a nozzle position of Y358 which I understand should have the probe at Y320. Y358 is the maximum Y position before the carriage will collide with the frame.