Misfittech / nano_stepper

Stepper feedback controller
424 stars 179 forks source link

fix missing menu for DISABLE_LCD #38

Closed hg42 closed 4 years ago

hg42 commented 5 years ago

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.

coolio986 commented 4 years ago

@hg42 I have found the same thing and I have also done the same thing to fix it on my port. @trampas can you commit this change?