Fix UI compile error in UBL (#15981)
This commit is contained in:
parent
c497a491f4
commit
2142beb2e5
2 changed files with 21 additions and 10 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue