Bugfix: error when slicing twice from plater
This commit is contained in:
parent
698b1e808d
commit
9d9cef2145
1 changed files with 2 additions and 0 deletions
|
@ -523,6 +523,8 @@ sub on_export_completed {
|
|||
my $self = shift;
|
||||
my ($message) = @_;
|
||||
|
||||
$self->{export_thread} = undef;
|
||||
$self->statusbar->SetCancelCallback(undef);
|
||||
$self->statusbar->StopBusy;
|
||||
$self->statusbar->SetStatusText("G-code file exported to $self->{output_file}");
|
||||
Wx::MessageDialog->new($self, $message, 'Done!', wxOK | wxICON_INFORMATION)->ShowModal;
|
||||
|
|
Loading…
Reference in a new issue