New selection -> Split command

This commit is contained in:
Enrico Turri 2018-10-19 15:27:19 +02:00
parent ec0c65a80a
commit 0af4de4faa
3 changed files with 48 additions and 4 deletions
src/slic3r/GUI

View file

@ -302,7 +302,7 @@ void MainFrame::init_menubar()
append_menu_item(m_plater_menu, wxID_ANY, _(L("Export plate as AMF...")), _(L("Export current plate as AMF")),
[this](wxCommandEvent&){ /*m_plater->export_amf();*/ }, "brick_go.png");
append_menu_item(m_plater_menu, wxID_ANY, _(L("Export plate as 3MF...")), _(L("Export current plate as 3MF")),
[this](wxCommandEvent&){ /*m_plater->export_3mf(); */}, "brick_go.png");
[this](wxCommandEvent&){ m_plater->export_3mf(); }, "brick_go.png");
}
// Window menu