mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Least supports optimization revived.
Fix missing include on Win32 Cleanup benchmarking code
This commit is contained in:
parent
0194094afa
commit
f3e3aabec7
4 changed files with 281 additions and 19 deletions
|
@ -21,7 +21,7 @@ class RotoptimizeJob : public PlaterJob
|
|||
|
||||
static inline const FindMethod Methods[] = {
|
||||
{ L("Best misalignment"), sla::find_best_misalignment_rotation },
|
||||
{ L("Least supports"), sla::find_best_misalignment_rotation }
|
||||
{ L("Least supports"), sla::find_least_supports_rotation }
|
||||
};
|
||||
|
||||
size_t m_method_id = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue