Apply remaining ENABLED/DISABLED conditionals
This commit is contained in:
parent
4a72d2ba9c
commit
46453905d6
29 changed files with 61 additions and 61 deletions
|
|
@ -275,7 +275,7 @@ static void lcd_status_screen() {
|
|||
|
||||
#if ENABLED(LCD_PROGRESS_BAR)
|
||||
millis_t ms = millis();
|
||||
#ifndef PROGRESS_MSG_ONCE
|
||||
#if DISABLED(PROGRESS_MSG_ONCE)
|
||||
if (ms > progress_bar_ms + PROGRESS_BAR_MSG_TIME + PROGRESS_BAR_BAR_TIME) {
|
||||
progress_bar_ms = ms;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue