mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 05:19:06 +08:00
Speeding up the auto rotation algorithm (decreasing accuracy)
This commit is contained in:
parent
415a4fa02b
commit
3f0ea223d1
@ -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(); }
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user