Skip to content

Commit 1c1e69e

Browse files
committed
Update FW crash message
1 parent 752e9d5 commit 1c1e69e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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)