Rename F0 to FRM on the status screen
This commit is contained in:
parent
3f5cfc4e61
commit
9b847715ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue