Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/CURA-12250_refactor-the-post-pro…
Browse files Browse the repository at this point in the history
…cessing-like-algorithms' into CURA-12250_refactor-the-post-processing-like-algorithms
  • Loading branch information
wawanbreton committed Dec 17, 2024
2 parents 5f2d9a4 + 9b39e71 commit 1832ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/feature_generation/MeshInfillGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class MeshInfillGenerator : public MeshFeatureGenerator
*/
void processSingleLayerInfill(const SliceDataStorage& storage, const LayerPlanPtr& layer_plan, const ExtruderPlanPtr& extruder_plan, const SliceLayerPart& part) const;

bool
partitionInfillBySkinAbove(Shape& infill_below_skin, Shape& infill_not_below_skin, const LayerPlanPtr& layer_plan, const SliceLayerPart& part, coord_t infill_line_width) const;
bool partitionInfillBySkinAbove(Shape& infill_below_skin, Shape& infill_not_below_skin, const LayerPlanPtr& layer_plan, const SliceLayerPart& part, coord_t infill_line_width)
const;

private:
const coord_t infill_line_distance_;
Expand Down

0 comments on commit 1832ec3

Please sign in to comment.