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

Partially revert cacbaa7319: no need for it in master branch

This commit is contained in:
Alessandro Ranellucci
2013-12-23 20:40:44 +01:00
parent cacbaa7319
commit 7389bf3953
-3
View File
@@ -203,9 +203,6 @@ sub _medial_axis_voronoi {
}
}
# apply Douglas-Peucker to straighten paths
@result = map $_->simplify($width / 7), @result;
return @result;
}