Default argument to defer_status_screen

This commit is contained in:
Scott Lahteine
2019-03-23 16:30:43 -05:00
parent 9562a02c5a
commit d8329d858d
13 changed files with 19 additions and 19 deletions

View File

@@ -191,7 +191,7 @@
// Step 2: Continue Bed Leveling...
//
void _lcd_level_bed_continue() {
ui.defer_status_screen(true);
ui.defer_status_screen();
set_all_unhomed();
ui.goto_screen(_lcd_level_bed_homing);
enqueue_and_echo_commands_P(PSTR("G28"));