Merge pull request #851 from PavelSindler/confused_display

set default printer message when recovering from crash detection
This commit is contained in:
PavelSindler 2018-06-22 08:48:33 +02:00 committed by GitHub
commit 49ad60f0ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4397,6 +4397,7 @@ void process_commands()
}
KEEPALIVE_STATE(NOT_BUSY);
// Restore custom message state
lcd_setstatuspgm(_T(WELCOME_MSG));
custom_message = custom_message_old;
custom_message_type = custom_message_type_old;
custom_message_state = custom_message_state_old;
@ -8941,8 +8942,8 @@ void restore_print_from_ram_and_continue(float e_move)
else {
//not sd printing nor usb printing
}
lcd_setstatuspgm(_T(WELCOME_MSG));
saved_printing = false;
}
void print_world_coordinates()