Least supports optimization revived.

Fix missing include on Win32


Cleanup benchmarking code
This commit is contained in:
tamasmeszaros 2021-03-19 10:01:50 +01:00
parent 0194094afa
commit f3e3aabec7
4 changed files with 281 additions and 19 deletions

View file

@ -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;