1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 13:56:24 +00:00

Fixed typo

This commit is contained in:
Erik van der Zalm 2012-03-09 17:49:48 +01:00
parent 15ad923310
commit 421264e58a

View File

@ -383,7 +383,7 @@ void MainMenu::showStatus()
int curfeedmultiply=feedmultiply;
if(feedmultiplychanged == true) {
feedmultiplychanged == false;
feedmultiplychanged = false;
encoderpos = curfeedmultiply;
}