mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: menu item for gcode to obj
jira: STUDIO-12517 Change-Id: Icb4b0666f5935110f29c0b224329efbd80ade98e (cherry picked from commit 9b126c6eade3cb0f3e0053e813152fb86841d946)
This commit is contained in:
@@ -2498,7 +2498,7 @@ void MainFrame::init_menubar_as_editor()
|
||||
[this]() {return can_export_gcode(); }, this);
|
||||
|
||||
append_menu_item(export_menu, wxID_ANY, _L("Export toolpaths as OBJ") + dots, _L("Export toolpaths as OBJ"),
|
||||
[this](wxCommandEvent&) { if (m_plater != nullptr) m_plater->export_toolpaths_to_obj(); }, "", nullptr,
|
||||
[this](wxCommandEvent&) { if (m_plater != nullptr) m_plater->export_toolpaths_to_obj(); }, "menu_export_toolpaths", nullptr,
|
||||
[this]() {return can_export_toolpaths(); }, this);
|
||||
|
||||
append_menu_item(
|
||||
|
||||
Reference in New Issue
Block a user