ultralcd.cpp

This commit is contained in:
michalrudolf 2019-09-17 11:46:29 +02:00 committed by GitHub
parent b4e0c2f455
commit b660cb3908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3023,7 +3023,7 @@ static void lcd_menu_xyz_offset()
for (uint_least8_t i = 0; i < 2; i++)
{
lcd_puts_at_P((cntr[i] < 0) ? 10 : 11, i + 2, PSTR(""));
lcd_set_cursor((cntr[i] < 0) ? 10 : 11, i+2);
lcd_print(cntr[i]);
lcd_puts_at_P(16, i + 2, PSTR("mm"));
}