mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 18:59:02 +08:00
Temporarily revert to Voronoi-based medial axis
This commit is contained in:
parent
4f64e557d9
commit
26a18a2a52
@ -103,7 +103,7 @@ sub simplify {
|
||||
# width. it returns a polyline or a polygon
|
||||
sub medial_axis {
|
||||
my ($self, $width) = @_;
|
||||
return $self->_medial_axis_clip($width);
|
||||
return $self->_medial_axis_voronoi($width);
|
||||
}
|
||||
|
||||
sub _medial_axis_clip {
|
||||
|
Loading…
x
Reference in New Issue
Block a user