Rename F0 to FRM on the status screen
This commit is contained in:
parent
3f5cfc4e61
commit
9b847715ac
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue