fixed typo
This commit is contained in:
parent
1efe9ab497
commit
e48f5aa6a7
@ -1752,7 +1752,7 @@ void MainMenu::showControlMotion()
|
||||
if(linechanging)
|
||||
{
|
||||
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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user