1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00
This commit is contained in:
Alessandro Ranellucci
2014-05-02 13:31:41 +02:00
parent 0a88492fdc
commit 31113b8a78
+1 -1
View File
@@ -247,7 +247,7 @@ sub unsupported_edges {
# split into individual segments and filter out edges parallel to the bridging angle
@$unsupported = map $_->as_polyline,
grep $_->parallel_to($angle),
grep !$_->parallel_to($angle),
map @{$_->lines},
@$unsupported;