fixed typo

hackerspace-green
MaikStohn 2012-05-11 15:22:06 +02:00
parent 1efe9ab497
commit e48f5aa6a7
1 changed files with 1 additions and 1 deletions

View File

@ -1752,7 +1752,7 @@ void MainMenu::showControlMotion()
if(linechanging) if(linechanging)
{ {
if(encoderpos<5) encoderpos=5; if(encoderpos<5) encoderpos=5;
if(encoderpos>999999) encoderpos=99999; if(encoderpos>999999) encoderpos=999999;
lcd.setCursor(11,line);lcd.print(ftostr52(encoderpos/100.0)); lcd.setCursor(11,line);lcd.print(ftostr52(encoderpos/100.0));
} }