mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-02 13:19:40 -07:00
Least supports optimization revived.
Fix missing include on Win32 Cleanup benchmarking code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user