mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-17 02:42:47 -07:00
Add safety offset to thin wall regions to prevent overlapping geometry and corrupt Voronoi diagram
This commit is contained in:
@@ -237,7 +237,7 @@ MedialAxis::is_valid_edge(const VD::edge_type& edge) const
|
||||
// if we only process segments representing closed loops, none if the
|
||||
// infinite edges (if any) would be part of our MAT anyway
|
||||
if (edge.is_secondary() || edge.is_infinite()) return false;
|
||||
|
||||
|
||||
/* If the cells sharing this edge have a common vertex, we're not interested
|
||||
in this edge. Why? Because it means that the edge lies on the bisector of
|
||||
two contiguous input lines and it was included in the Voronoi graph because
|
||||
|
||||
Reference in New Issue
Block a user