mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 12:47:50 -06:00
Increase arrange accuracy due to errors with large number of objects
This commit is contained in:
parent
30693e29e4
commit
aa64902cf9
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ struct ArrangeParams {
|
||||||
|
|
||||||
/// The accuracy of optimization.
|
/// The accuracy of optimization.
|
||||||
/// Goes from 0.0 to 1.0 and scales performance as well
|
/// Goes from 0.0 to 1.0 and scales performance as well
|
||||||
float accuracy = 0.65f;
|
float accuracy = 1.f;
|
||||||
|
|
||||||
/// Allow parallel execution.
|
/// Allow parallel execution.
|
||||||
bool parallel = true;
|
bool parallel = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue