chiark / gitweb /
fixed typo
authorMaikStohn <git@stohn.de>
Fri, 11 May 2012 13:22:06 +0000 (15:22 +0200)
committerMaikStohn <git@stohn.de>
Fri, 11 May 2012 13:22:06 +0000 (15:22 +0200)
Marlin/ultralcd.pde

index d57d1609412382b1c9010320dd874bd53e74f4b8..060b7208dc8da3e4aead4ce0f9182fbd93a33f90 100644 (file)
@@ -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));
         }