Rename F0 to FRM on the status screen

This commit is contained in:
Voinea Dragos 2021-01-19 13:11:25 +02:00
parent 3f5cfc4e61
commit 9b847715ac
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ void lcdui_print_extruder(void)
// Print farm number (5 chars total) // Print farm number (5 chars total)
void lcdui_print_farm(void) void lcdui_print_farm(void)
{ {
lcd_printf_P(_N(" F0 ")); lcd_printf_P(_N(" FRM "));
} }
#ifdef CMD_DIAGNOSTICS #ifdef CMD_DIAGNOSTICS