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

Fix regression causing thin walls to come out as zigzag paths. #1573 #1575

This commit is contained in:
Alessandro Ranellucci
2013-12-23 20:36:16 +01:00
parent 20f1f3d2b4
commit cacbaa7319
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -203,6 +203,9 @@ sub _medial_axis_voronoi {
}
}
# apply Douglas-Peucker to straighten paths
@result = map $_->simplify($width / 7), @result;
return @result;
}