Browse Source

And one more...

Scott Lahteine 9 years ago
parent
commit
e4b98011cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp View File

@@ -1350,7 +1350,7 @@ void lcd_update()
1350 1350
             lcd_implementation_clear();
1351 1351
         if (lcdDrawUpdate)
1352 1352
             lcdDrawUpdate--;
1353
-        lcd_next_update_millis = millis() + 100;
1353
+        lcd_next_update_millis = millis() + LCD_UPDATE_INTERVAL;
1354 1354
     }
1355 1355
 }
1356 1356
 

Loading…
Cancel
Save