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

View file

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