mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH:optimize printing process
Change-Id: I494cbc53b5ab266dcf20a145c030b1443935ca6d
This commit is contained in:
parent
7dda18fed8
commit
3a0334869d
2 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue