Skip to content

Commit 86b48eb

Browse files
authored
Merge pull request prusa3d#3318 from 3d-gussner/MK3_3.10.1_prepare_release
MK3 3.10.1 prepare release
2 parents 752e9d5 + add4872 commit 86b48eb

16 files changed

+3045
-3044
lines changed

Firmware/Marlin_main.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,8 @@ static void fw_crash_init()
10111011
eeprom_read_byte((uint8_t*)EEPROM_FW_CRASH_FLAG) != 0xFF)
10121012
{
10131013
lcd_show_fullscreen_message_and_wait_P(
1014-
_i("FIRMWARE CRASH!\n"
1014+
_i("FW crash detected! "
1015+
"You can continue printing. "
10151016
"Debug data available for analysis. "
10161017
"Contact support to submit details."));
10171018
}

0 commit comments

Comments
 (0)