mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-20 20:44:25 +08:00
fix XY rework crashing bug.
This commit is contained in:
parent
d7a0719c3b
commit
b284b2b19a
@ -2505,6 +2505,8 @@ ExPolygons PrintObject::_shrink_contour_holes(double contour_delta, double defau
|
|||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
contours.push_back(ex_poly.contour);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return diff_ex(union_(contours), union_(holes));
|
return diff_ex(union_(contours), union_(holes));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user