mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
reduce accuracy to acceptable performance
This commit is contained in:
@@ -234,7 +234,7 @@ void fillConfig(PConf& pcfg) {
|
|||||||
|
|
||||||
// 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
|
||||||
pcfg.accuracy = 1.0f;
|
pcfg.accuracy = 0.5f;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class TBin>
|
template<class TBin>
|
||||||
|
|||||||
Reference in New Issue
Block a user