Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Dec 12, 2023
1 parent 900a840 commit 6f72a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ Polygons AreaSupport::generateVaryingXYDisallowedArea(const SliceMeshStorage& st
for (auto [current_point_idx, current_point] : current_poly | ranges::views::enumerate)
{
auto min_dist2 = std::numeric_limits<coord_t>::max();
Point min_point;
Point2LL min_point;

for (auto delta_poly : layer_delta)
{
Expand Down

0 comments on commit 6f72a62

Please sign in to comment.