mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
NEW:add network test entry when has network error
Change-Id: Ie315191e26148e520d3e8e3e4323fd619efb982a
This commit is contained in:
parent
00e1c50947
commit
cb2f6dd772
13 changed files with 82 additions and 16 deletions
|
@ -384,7 +384,8 @@ void PrintJob::process()
|
|||
} else if (result == BAMBU_NETWORK_ERR_TIMEOUT) {
|
||||
msg_text = timeout_to_upload_str;
|
||||
} else if (result == BAMBU_NETWORK_ERR_INVALID_RESULT) {
|
||||
msg_text = _L("Failed to send the print job. Please try again.");
|
||||
msg_text = _L("Failed to send the print job. Please try again.");
|
||||
this->show_networking_test();
|
||||
} else if (result == BAMBU_NETWORK_ERR_FTP_UPLOAD_FAILED) {
|
||||
msg_text = _L("Failed to send the print job. Please try again.");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue