Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/CURA-12265_the-wiping-movement-g…
Browse files Browse the repository at this point in the history
…oes-in-the-wrong-direction' into CURA-12265_the-wiping-movement-goes-in-the-wrong-direction
  • Loading branch information
wawanbreton committed Nov 8, 2024
2 parents ab4b3ef + 5ba969f commit 3e7f35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LayerPlan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,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 3e7f35a

Please sign in to comment.