G29 leveling inconsistency (not z readings but actual function)
-
The first time I tried to run g29, it came up with a warning that no bed area was defined. the next time it ran 80 points. then it ran 24(about), then 9, then 30 for a few times, then another area not defined, then back to 30.
I know I don't have to run it this much, but I did it a few(many) times because I kept on getting weird codes or different areas measured.
I'm running 1.17e, i3 clone with bltouch.
Here's my g29 macro, does anyhing stand out that might be causing this?
G28
G91
G1 Z4 F300
G90
M98 Pdeployprobe.g
G29 S2
G29
M557 X0:200 Y0:200 S40
M98 Pretractprobe.g
G1 X10 Y10 F5000
Thanks for the help! -
Your M557 command should come before G29
-