mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Fixed recursion in background processing
This commit is contained in:
@@ -916,8 +916,6 @@ sub resume_background_process {
|
|||||||
|
|
||||||
if ($self->{process_thread} || $self->{export_thread}) {
|
if ($self->{process_thread} || $self->{export_thread}) {
|
||||||
Slic3r::resume_threads();
|
Slic3r::resume_threads();
|
||||||
} else {
|
|
||||||
$self->schedule_background_process;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user