mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 18:31:49 +08:00
Remove right click menu item for "optimize orientation"
This commit is contained in:
parent
bed3321324
commit
9b47fb512e
@ -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…
x
Reference in New Issue
Block a user