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);
|
||||
|
||||
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()
|
||||
|
|
Loading…
Reference in a new issue