Skip to content

Commit 1832ec3

Browse files
committed
Merge remote-tracking branch 'origin/CURA-12250_refactor-the-post-processing-like-algorithms' into CURA-12250_refactor-the-post-processing-like-algorithms
2 parents 5f2d9a4 + 9b39e71 commit 1832ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/feature_generation/MeshInfillGenerator.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ class MeshInfillGenerator : public MeshFeatureGenerator
5050
*/
5151
void processSingleLayerInfill(const SliceDataStorage& storage, const LayerPlanPtr& layer_plan, const ExtruderPlanPtr& extruder_plan, const SliceLayerPart& part) const;
5252

53-
bool
54-
partitionInfillBySkinAbove(Shape& infill_below_skin, Shape& infill_not_below_skin, const LayerPlanPtr& layer_plan, const SliceLayerPart& part, coord_t infill_line_width) const;
53+
bool partitionInfillBySkinAbove(Shape& infill_below_skin, Shape& infill_not_below_skin, const LayerPlanPtr& layer_plan, const SliceLayerPart& part, coord_t infill_line_width)
54+
const;
5555

5656
private:
5757
const coord_t infill_line_distance_;

0 commit comments

Comments
 (0)