Skip to content

Commit

Permalink
wizard: Do no set "Self test OK" as an alert message
Browse files Browse the repository at this point in the history
Alert messages are intended to persist above "info" messages, thus
preventing further calibration status updates to be shown (such as
thermal model calibration).

Just set the message as a regular status message.

Fixes MarlinFirmware#3892
  • Loading branch information
wavexx committed Jan 15, 2023
1 parent d3aa40a commit 9e0e0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6456,7 +6456,7 @@ bool lcd_selftest()

if (_result)
{
LCD_ALERTMESSAGERPGM(_i("Self test OK"));////MSG_SELFTEST_OK c=20
lcd_setstatuspgm(_i("Self test OK"));////MSG_SELFTEST_OK c=20
calibration_status_set(CALIBRATION_STATUS_SELFTEST);
}
else
Expand Down

0 comments on commit 9e0e0f5

Please sign in to comment.