Attempt to fix Mac build on buildserver
This commit is contained in:
parent
01d2728060
commit
0c4507141a
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ static Polylines make_gyroid_waves(double gridZ, double density_adjusted, double
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: needed to fix build on Mac on buildserver
|
||||||
|
constexpr double FillGyroid::PatternTolerance;
|
||||||
|
|
||||||
void FillGyroid::_fill_surface_single(
|
void FillGyroid::_fill_surface_single(
|
||||||
const FillParams ¶ms,
|
const FillParams ¶ms,
|
||||||
unsigned int thickness_layers,
|
unsigned int thickness_layers,
|
||||||
|
|
Loading…
Reference in a new issue