mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-30 01:54:40 +08:00
Fix build on Linux
This commit is contained in:
parent
348c654c26
commit
f2951b53c0
@ -204,7 +204,7 @@ void OctreeDeleter::operator()(Octree *p) {
|
|||||||
delete p;
|
delete p;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::pair<double, double> FillAdaptive::adaptive_fill_line_spacing(const PrintObject &print_object)
|
std::pair<double, double> adaptive_fill_line_spacing(const PrintObject &print_object)
|
||||||
{
|
{
|
||||||
// Output, spacing for icAdaptiveCubic and icSupportCubic
|
// Output, spacing for icAdaptiveCubic and icSupportCubic
|
||||||
double adaptive_line_spacing = 0.;
|
double adaptive_line_spacing = 0.;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user