mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06: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:
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());
|
$self->{send_gcode_file} = $self->export_gcode(Wx::StandardPaths::Get->GetTempDir());
|
||||||
Slic3r::thread_cleanup();
|
Slic3r::thread_cleanup();
|
||||||
});
|
});
|
||||||
#EVT_BUTTON($self, $self->{btn_export_stl}, \&export_stl);
|
EVT_BUTTON($self, $self->{btn_export_stl}, \&export_stl);
|
||||||
|
|
||||||
if ($self->{htoolbar}) {
|
if ($self->{htoolbar}) {
|
||||||
EVT_TOOL($self, TB_ADD, sub { $self->add; });
|
EVT_TOOL($self, TB_ADD, sub { $self->add; });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue