Precede active filament on status screen with letter F.
This commit is contained in:
parent
98264808dc
commit
5649d6c3c0
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ void lcdui_print_extruder(void)
|
|||
{
|
||||
int chars = 0;
|
||||
if (mmu_extruder == tmp_extruder)
|
||||
chars = lcd_printf_P(_N(" T%u"), mmu_extruder+1);
|
||||
chars = lcd_printf_P(_N(" F%u"), mmu_extruder+1);
|
||||
else
|
||||
chars = lcd_printf_P(_N(" %u>%u"), mmu_extruder+1, tmp_extruder+1);
|
||||
lcd_space(5 - chars);
|
||||
|
|
Loading…
Add table
Reference in a new issue