Fix farm filename when LFN is missing
This commit is contained in:
parent
080c44cb2e
commit
90c0f33bc5
|
|
@ -3974,7 +3974,7 @@ static void prusa_stat_printinfo()
|
|||
SERIAL_ECHOPGM("][FEM:");
|
||||
SERIAL_ECHO(itostr3(feedmultiply));
|
||||
SERIAL_ECHOPGM("][FNM:");
|
||||
SERIAL_ECHO(card.longFilename);
|
||||
SERIAL_ECHO(card.longFilename[0] ? card.longFilename : card.filename);
|
||||
SERIAL_ECHOPGM("][TIM:");
|
||||
if (starttime != 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue