mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
Better naming of gui controls
This commit is contained in:
parent
649dfca8d6
commit
1663787b96
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class RotoptimizeJob : public PlaterJob
|
|||
struct FindMethod { std::string name; FindFn findfn; };
|
||||
|
||||
static inline const FindMethod Methods[] = {
|
||||
{ L("Best misalignment"), sla::find_best_misalignment_rotation },
|
||||
{ L("Best surface quality"), sla::find_best_misalignment_rotation },
|
||||
{ L("Least supports"), sla::find_least_supports_rotation },
|
||||
// Just a min area bounding box that is done for all methods anyway.
|
||||
{ L("Z axis only"), nullptr }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue