1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Temporarily revert to Voronoi-based medial axis

This commit is contained in:
Alessandro Ranellucci
2013-10-27 22:02:57 +01:00
parent 4f64e557d9
commit 26a18a2a52
+1 -1
View File
@@ -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 {