Stack overflow error when probing
-
Hello, I recently changed my method of homing my z axis to use my bed probe. I also probe the bed after homing the Z axis. I used to be successful in my meshgrid compensation, but now I experience problems.Now whenever I run G32 after homing, I get:
Error: Push(): stack overflow!
and sometimes
Error: Max open file count exceeded
I'm running the latest firmware and would appreciate any help on this issue.
Thanks,
Ian -
Stack overflow occurs when you run a recursive macro. I suspect that your homing file runs G32, and G32 runs homing.
-
I found the problem, I had G32 in the bed.g instead of G29. Thank you for the help