mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-28 04:14:27 +03:00
Make Gyroid::PatternTolerance match the description
Move the division out of the switch in order to make the tolerance match the expected unit.
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
static constexpr double DensityAdjust = 2.44;
|
||||
|
||||
// Gyroid upper resolution tolerance (mm^-2)
|
||||
static constexpr double PatternTolerance = 0.4;
|
||||
static constexpr double PatternTolerance = 0.2;
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user