ENH: can not cancel print job after FINISH_STAGE
Change-Id: I91eefd8b9c7ec0d3d2b8a37e0348bb9a8442f3bc
This commit is contained in:
parent
d40f9b24ed
commit
13c15c82e7
1 changed files with 0 additions and 5 deletions
|
@ -294,11 +294,6 @@ void PrintJob::process()
|
|||
}
|
||||
}
|
||||
|
||||
if (was_canceled()) {
|
||||
update_status(curr_percent, printjob_cancel_str);
|
||||
return;
|
||||
}
|
||||
|
||||
if (result < 0) {
|
||||
if (result == BAMBU_NETWORK_ERR_FTP_LOGIN_DENIED) {
|
||||
msg_text = upload_failed_str;
|
||||
|
|
Loading…
Reference in a new issue