Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#3920 from wavexx/selftest_ok_alert
Browse files Browse the repository at this point in the history
wizard: Do no set "Self test OK" as an alert message
  • Loading branch information
3d-gussner committed Jan 24, 2023
2 parents 1f54dfd + 16a89b9 commit fab4165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6459,8 +6459,9 @@ bool lcd_selftest()

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

0 comments on commit fab4165

Please sign in to comment.