mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Speeding up the auto rotation algorithm (decreasing accuracy)
This commit is contained in:
@@ -1732,7 +1732,7 @@ void Plater::priv::sla_optimize_rotation() {
|
||||
});
|
||||
|
||||
auto r = sla::find_best_rotation(
|
||||
*o, .1f,
|
||||
*o, .005f,
|
||||
[stfn](unsigned s) { stfn(s, L("Searching for optimal orientation")); },
|
||||
[this](){ return !rotoptimizing.load(); }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user