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

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
+1 -1
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; });