mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Bugfix: fatal error when a non-manifold object is processed on a non-thraeded perl
This commit is contained in:
@@ -505,9 +505,9 @@ sub export_gcode2 {
|
|||||||
} else {
|
} else {
|
||||||
$print->export_gcode(%params);
|
$print->export_gcode(%params);
|
||||||
}
|
}
|
||||||
Slic3r::GUI::warning_catcher($self, sub {
|
Slic3r::GUI::warning_catcher($self, $Slic3r::have_threads ? sub {
|
||||||
Wx::PostEvent($self, Wx::PlThreadEvent->new(-1, $MESSAGE_DIALOG_EVENT, shared_clone([@_])));
|
Wx::PostEvent($self, Wx::PlThreadEvent->new(-1, $MESSAGE_DIALOG_EVENT, shared_clone([@_])));
|
||||||
})->($_) for @warnings;
|
} : undef)->($_) for @warnings;
|
||||||
}
|
}
|
||||||
|
|
||||||
my $message = "Your files were successfully sliced";
|
my $message = "Your files were successfully sliced";
|
||||||
|
|||||||
Reference in New Issue
Block a user