PFW-1523 Only overwrite name if not SD printing
This commit is contained in:
parent
bcc7a16e1c
commit
4e6b649865
|
|
@ -375,7 +375,7 @@ void lcdui_print_percent_done(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (M79_timer_get_status() && GetHostStatusScreenName())
|
if (!IS_SD_PRINTING && M79_timer_get_status() && GetHostStatusScreenName())
|
||||||
{
|
{
|
||||||
// Overwrite the name
|
// Overwrite the name
|
||||||
char * hostName = GetHostStatusScreenName();
|
char * hostName = GetHostStatusScreenName();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue