mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-10 00:59:10 +08:00
Fix Cancel button. #1461
This commit is contained in:
parent
4c2c31b554
commit
127e38d4a4
@ -687,6 +687,7 @@ sub export_gcode2 {
|
|||||||
my ($config, $extra_variables, $output_file, %params) = @_;
|
my ($config, $extra_variables, $output_file, %params) = @_;
|
||||||
local $SIG{'KILL'} = sub {
|
local $SIG{'KILL'} = sub {
|
||||||
Slic3r::debugf "Exporting cancelled; exiting thread...\n";
|
Slic3r::debugf "Exporting cancelled; exiting thread...\n";
|
||||||
|
Slic3r::thread_cleanup();
|
||||||
threads->exit();
|
threads->exit();
|
||||||
} if $Slic3r::have_threads;
|
} if $Slic3r::have_threads;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user