Fix UI compile error in UBL (#15981)
This commit is contained in:
committed by
Scott Lahteine
parent
c497a491f4
commit
2142beb2e5
@ -424,8 +424,9 @@ inline bool prime_nozzle() {
|
||||
#endif
|
||||
|
||||
if (g26_prime_flag == -1) { // The user wants to control how much filament gets purged
|
||||
|
||||
ui.capture();
|
||||
#if HAS_LCD_MENU
|
||||
ui.capture();
|
||||
#endif
|
||||
ui.set_status_P(GET_TEXT(MSG_G26_MANUAL_PRIME), 99);
|
||||
ui.chirp();
|
||||
|
||||
|
Reference in New Issue
Block a user