1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00
This commit is contained in:
David Kocik
2020-12-10 11:00:14 +01:00
parent 3523bb421f
commit 8522c06812
2 changed files with 0 additions and 5 deletions
-4
View File
@@ -274,9 +274,5 @@ void PrintHostJobQueue::cancel(size_t id)
{
p->channel_cancels.push(id);
}
bool PrintHostJobQueue::can_close()
{
return !p->bg_thread.joinable();
}
}