mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-30 13:24:28 +03:00
Gyroid infill - minor correction for standard-conforming compilers
This commit is contained in:
@@ -36,7 +36,7 @@ protected:
|
||||
// create the gyroid grid to clip.
|
||||
Polylines makeGrid(coord_t gridZ, double density, double layer_width, size_t gridWidth, size_t gridHeight, size_t curveType);
|
||||
//add line poly in reverse if needed into array
|
||||
inline void correctOrderAndAdd(const int num, Polyline &poly, Polylines &array);
|
||||
inline void correctOrderAndAdd(const int num, Polyline poly, Polylines &array);
|
||||
//create a curved horinzontal line (for each x, compute y)
|
||||
Polyline makeLineHori(double xPos, double yPos, double width, double height,
|
||||
double currentYBegin, double segmentSize, coord_t scaleFactor,
|
||||
@@ -52,4 +52,4 @@ protected:
|
||||
|
||||
} // namespace Slic3r
|
||||
|
||||
#endif // slic3r_FillGyroid_hpp_
|
||||
#endif // slic3r_FillGyroid_hpp_
|
||||
|
||||
Reference in New Issue
Block a user