Option to show babysteps total since G28 (#13580)
This commit is contained in:
@ -1025,7 +1025,7 @@ void MarlinUI::draw_status_screen() {
|
||||
}
|
||||
|
||||
void draw_edit_screen(PGM_P const pstr, const char* const value/*=NULL*/) {
|
||||
lcd_moveto(1, 1);
|
||||
lcd_moveto(0, 1);
|
||||
lcd_put_u8str_P(pstr);
|
||||
if (value != NULL) {
|
||||
lcd_put_wchar(':');
|
||||
|
Reference in New Issue
Block a user