Skip to content

Commit

Permalink
Restore a small change mistakenly undone by a previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRahm committed Oct 22, 2024
1 parent 469be9c commit 8de3bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TreeSupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2023,7 +2023,7 @@ void TreeSupport::filterFloatingLines(std::vector<Shape>& support_layer_storage)
return;
}

Shape relevant_forbidden = volumes_.getCollision(0, layer_idx, true);
const Shape& relevant_forbidden = volumes_.getCollision(0, layer_idx, true);
Shape outer_walls = TreeSupportUtils::toPolylines(support_layer_storage[layer_idx - 1].getOutsidePolygons()).createTubeShape(closing_dist, 0);

Shape holes_below;
Expand Down

0 comments on commit 8de3bab

Please sign in to comment.