ENH:optimize printing process

Change-Id: I494cbc53b5ab266dcf20a145c030b1443935ca6d
This commit is contained in:
tao wang 2023-06-06 17:03:25 +08:00 committed by Lane.Wei
parent 7dda18fed8
commit 3a0334869d
2 changed files with 4 additions and 2 deletions

View file

@ -458,6 +458,7 @@ void PrintJob::process()
msg_text = upload_ftp_failed_str;
} else if (result == BAMBU_NETWORK_ERR_CANCELED) {
msg_text = print_canceled_str;
this->update_status(0, msg_text);
} else {
msg_text = send_print_failed_str;
}