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

# Conflicts:
#	include/path_processing/FeatureExtrusionsConstraintsGenerator.h
  • Loading branch information
wawanbreton committed Nov 18, 2024
2 parents 6785544 + 871563e commit 96630db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/path_planning/LayerPlan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ std::vector<LayerPlan::PathCoasting>

for (const auto& reversed_chunk : paths | ranges::views::enumerate | ranges::views::reverse
| ranges::views::chunk_by(
[](const auto& path_a, const auto& path_b)
[](const auto&path_a, const auto&path_b)
{
return (! std::get<1>(path_a).isTravelPath()) || std::get<1>(path_b).isTravelPath();
}))
Expand Down

0 comments on commit 96630db

Please sign in to comment.