Don't use LCD alert unless error or alert level is reset later
This commit is contained in:
parent
773229b020
commit
e0830bf8f1
2 changed files with 2 additions and 2 deletions
|
|
@ -5851,7 +5851,7 @@ inline void gcode_M428() {
|
|||
|
||||
if (!err) {
|
||||
sync_plan_position();
|
||||
LCD_ALERTMESSAGEPGM(MSG_HOME_OFFSETS_APPLIED);
|
||||
LCD_MESSAGEPGM(MSG_HOME_OFFSETS_APPLIED);
|
||||
#if HAS_BUZZER
|
||||
buzz(200, 659);
|
||||
buzz(200, 698);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue