with DISABLE_LCD the menu on the serial doesn't work, if calibration is still missing.
So, you are asked to calibrate, but you can't, because you cannot enter commands.
I found that DISABLE_LCD also removes the commandsProcess() loop.
So, I changed the disabled lines to only those that are actually using the LCD.
with DISABLE_LCD the menu on the serial doesn't work, if calibration is still missing. So, you are asked to calibrate, but you can't, because you cannot enter commands.
I found that DISABLE_LCD also removes the commandsProcess() loop.
So, I changed the disabled lines to only those that are actually using the LCD.