mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 12:47:50 -06:00
Remove right click menu item for "optimize orientation"
This commit is contained in:
parent
bed3321324
commit
9b47fb512e
1 changed files with 0 additions and 4 deletions
|
@ -858,10 +858,6 @@ void MenuFactory::create_sla_object_menu()
|
||||||
[]() { return plater()->can_split(true); }, m_parent);
|
[]() { return plater()->can_split(true); }, m_parent);
|
||||||
|
|
||||||
m_sla_object_menu.AppendSeparator();
|
m_sla_object_menu.AppendSeparator();
|
||||||
|
|
||||||
// Add the automatic rotation sub-menu
|
|
||||||
append_menu_item(&m_sla_object_menu, wxID_ANY, _L("Optimize orientation"), _L("Optimize the rotation of the object for better print results."),
|
|
||||||
[](wxCommandEvent&) { plater()->optimize_rotation(); });
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MenuFactory::create_part_menu()
|
void MenuFactory::create_part_menu()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue