Browse Source

Print the MMU progress into status screen

Guðni Már Gilbert 3 years ago
parent
commit
1ba314d95b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Firmware/ultralcd.cpp

+ 1 - 0
Firmware/ultralcd.cpp

@@ -663,6 +663,7 @@ void lcdui_print_status_line(void) {
             break;
         case CustomMsg::MMUProgress:
             // set up at mmu2_reporting.cpp, just do nothing here
+            lcd_print(lcd_status_message);
             break;
         }
     }