mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Printhost: Error message stashing, improvements
This commit is contained in:
parent
68684dd003
commit
afc5ed0c62
3 changed files with 95 additions and 9 deletions
|
@ -127,6 +127,7 @@ void PrintHostJobQueue::priv::progress_fn(Http::Progress progress, bool &cancel)
|
|||
} else if (cancel_id > job_id) {
|
||||
jobs->at(cancel_id - job_id).cancelled = true;
|
||||
}
|
||||
// TODO: emit cancelled
|
||||
}
|
||||
|
||||
cancels->clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue