Fixed extra comment that prevented the Export STL button from working after the recent changes in plater layout. #2458

This commit is contained in:
Alessandro Ranellucci 2014-12-28 14:58:24 +01:00
parent fbb3462f5b
commit c1e44eb591

View file

@ -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; });