mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
This commit is contained in:
@@ -249,9 +249,11 @@ sub _medial_axis_voronoi {
|
||||
} else {
|
||||
push @result, Slic3r::Polyline->new(@points);
|
||||
}
|
||||
$result[-1]->simplify($width / 7);
|
||||
}
|
||||
|
||||
# apply Douglas-Peucker to straighten paths
|
||||
@result = map $_->simplify($width / 7), @result;
|
||||
|
||||
return @result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user