Fixed extra comment that prevented the Export STL button from working after the recent changes in plater layout. #2458
This commit is contained in:
parent
fbb3462f5b
commit
c1e44eb591
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ sub new {
|
|||
$self->{send_gcode_file} = $self->export_gcode(Wx::StandardPaths::Get->GetTempDir());
|
||||
Slic3r::thread_cleanup();
|
||||
});
|
||||
#EVT_BUTTON($self, $self->{btn_export_stl}, \&export_stl);
|
||||
EVT_BUTTON($self, $self->{btn_export_stl}, \&export_stl);
|
||||
|
||||
if ($self->{htoolbar}) {
|
||||
EVT_TOOL($self, TB_ADD, sub { $self->add; });
|
||||
|
|
Loading…
Reference in a new issue