Fix UI compile error in UBL (#15981)

This commit is contained in:
InsanityAutomation
2019-11-24 18:04:19 -05:00
committed by Scott Lahteine
parent c497a491f4
commit 2142beb2e5
2 changed files with 21 additions and 10 deletions

View File

@ -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();