mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
This commit is contained in:
@@ -203,6 +203,9 @@ sub _medial_axis_voronoi {
|
||||
}
|
||||
}
|
||||
|
||||
# apply Douglas-Peucker to straighten paths
|
||||
@result = map $_->simplify($width / 7), @result;
|
||||
|
||||
return @result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user