mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 06:44:56 +08:00
Fixed recursion in background processing
This commit is contained in:
parent
d9f5fdae72
commit
aa723db39b
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user