1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-23 10:04:26 +00:00

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
+1 -1
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;