mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 10:41:15 -06:00
Move gyroid constants to the class declaration
This commit is contained in:
parent
da6c285f1f
commit
90c85b7c8a
2 changed files with 10 additions and 4 deletions
|
|
@ -20,6 +20,12 @@ public:
|
|||
// speed in default configuration (degrees)
|
||||
static constexpr float CorrectionAngle = -45.;
|
||||
|
||||
// Density adjustment to have a good %of weight.
|
||||
static constexpr double DensityAdjust = 2.44;
|
||||
|
||||
// Gyroid upper resolution tolerance (mm^-2)
|
||||
static constexpr double PatternTolerance = 0.4;
|
||||
|
||||
|
||||
protected:
|
||||
virtual void _fill_surface_single(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue