mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Bugfix: error when slicing twice from plater
This commit is contained in:
@@ -523,6 +523,8 @@ sub on_export_completed {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
my ($message) = @_;
|
my ($message) = @_;
|
||||||
|
|
||||||
|
$self->{export_thread} = undef;
|
||||||
|
$self->statusbar->SetCancelCallback(undef);
|
||||||
$self->statusbar->StopBusy;
|
$self->statusbar->StopBusy;
|
||||||
$self->statusbar->SetStatusText("G-code file exported to $self->{output_file}");
|
$self->statusbar->SetStatusText("G-code file exported to $self->{output_file}");
|
||||||
Wx::MessageDialog->new($self, $message, 'Done!', wxOK | wxICON_INFORMATION)->ShowModal;
|
Wx::MessageDialog->new($self, $message, 'Done!', wxOK | wxICON_INFORMATION)->ShowModal;
|
||||||
|
|||||||
Reference in New Issue
Block a user