1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix build on Linux

This commit is contained in:
Lukas Matena
2020-09-18 13:32:11 +02:00
committed by Vojtech Bubnik
parent 348c654c26
commit f2951b53c0
+1 -1
View File
@@ -204,7 +204,7 @@ void OctreeDeleter::operator()(Octree *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
double adaptive_line_spacing = 0.;