improve mesh bed leveling messages
This commit is contained in:
parent
512853f65d
commit
171dc707fa
1 changed files with 1 additions and 6 deletions
|
@ -966,7 +966,7 @@ if (print_sd_status)
|
||||||
custom_message = false;
|
custom_message = false;
|
||||||
custom_message_type = 0;
|
custom_message_type = 0;
|
||||||
}
|
}
|
||||||
if (custom_message_state > 3 && custom_message_state < 10 )
|
if (custom_message_state > 3 && custom_message_state <= 10 )
|
||||||
{
|
{
|
||||||
lcd.setCursor(0, 3);
|
lcd.setCursor(0, 3);
|
||||||
lcd_printPGM(PSTR(" "));
|
lcd_printPGM(PSTR(" "));
|
||||||
|
@ -974,11 +974,6 @@ if (print_sd_status)
|
||||||
lcd_printPGM(MSG_HOMEYZ_DONE);
|
lcd_printPGM(MSG_HOMEYZ_DONE);
|
||||||
custom_message_state--;
|
custom_message_state--;
|
||||||
}
|
}
|
||||||
if (custom_message_state == 10)
|
|
||||||
{
|
|
||||||
lcd_printPGM(MSG_HOMEYZ_DONE);
|
|
||||||
custom_message_state = 9;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue