diff --git a/src/support.cpp b/src/support.cpp index c1e653c77a..d669cf38e2 100644 --- a/src/support.cpp +++ b/src/support.cpp @@ -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::max(); - Point min_point; + Point2LL min_point; for (auto delta_poly : layer_delta) {