From aa723db39b655ed622180b00ec8fe28a88a0e2dc Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Tue, 15 Jul 2014 19:13:38 +0200 Subject: [PATCH] Fixed recursion in background processing --- lib/Slic3r/GUI/Plater.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm index a79358a9f..df9bdbd16 100644 --- a/lib/Slic3r/GUI/Plater.pm +++ b/lib/Slic3r/GUI/Plater.pm @@ -916,8 +916,6 @@ sub resume_background_process { if ($self->{process_thread} || $self->{export_thread}) { Slic3r::resume_threads(); - } else { - $self->schedule_background_process; } }