1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Bugfix: error when slicing twice from plater

This commit is contained in:
Alessandro Ranellucci
2012-05-05 21:26:19 +02:00
parent 698b1e808d
commit 9d9cef2145
+2
View File
@@ -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;