mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-22 02:56:55 +01:00
And one more...
This commit is contained in:
@@ -1332,7 +1332,7 @@ void lcd_update()
|
||||
lcd_implementation_clear();
|
||||
if (lcdDrawUpdate)
|
||||
lcdDrawUpdate--;
|
||||
lcd_next_update_millis = millis() + 100;
|
||||
lcd_next_update_millis = millis() + LCD_UPDATE_INTERVAL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user