I was thinking...
If we decrease the lcd page refresh during printing, the load on Arduino's MCU will be decrease?
I've got an Arduino MEGA + RAMPS + 128 x 64 dot matrix LCD display, and i think that the refresh rate of the lcd is too high, i don't need to see the carriage position every 3-5 sec, or the hot end temperature...
So we could add a routine that will disable the lcd refresh during printing, and enable the lcd when a button is pressed...
It's a bad idea?