mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 23:25:59 +08:00
Attempt to fix Mac build on buildserver
This commit is contained in:
parent
01d2728060
commit
0c4507141a
@ -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…
x
Reference in New Issue
Block a user