PFW-1523 Only overwrite name if not SD printing

This commit is contained in:
gudnimg 2023-11-11 16:56:14 +00:00
parent bcc7a16e1c
commit 4e6b649865
1 changed files with 1 additions and 1 deletions

View File

@ -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();