I took a look at your Marlin_main.cpp file again, wanted to look at your G30 code, and I am not seeing the function. What used to be the gcode_G30() function is now called old_gcode_G30()
I do see in the old_gcode_G30 code it does appear that you are bypassing the code that disables Mapping, but, I'm not seeing how that code gets run.
But, in my mod, G30 doesn't disable mapping. Rather i have it modify the mapping data, not disable it.
I do see in the old_gcode_G30 code it does appear that you are bypassing the code that disables Mapping, but, I'm not seeing how that code gets run.
But, in my mod, G30 doesn't disable mapping. Rather i have it modify the mapping data, not disable it.