Skip to content

Commit

Permalink
Fixed extra comment that prevented the Export STL button from working…
Browse files Browse the repository at this point in the history
… after the recent changes in plater layout. #2458
  • Loading branch information
alranel committed Dec 28, 2014
1 parent fbb3462 commit c1e44eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r/GUI/Plater.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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; });
Expand Down

0 comments on commit c1e44eb

Please sign in to comment.