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

Some minor fixes for the new bridging logic #58

This commit is contained in:
Alessandro Ranellucci
2011-11-19 17:31:00 +01:00
parent a1c766cc52
commit 4540f2377d
+1
View File
@@ -399,6 +399,7 @@ sub process_bridges {
shift @{$edge->points};
pop @{$edge->points};
}
@surface_edges = grep { @{$_->points} } @surface_edges;
}
push @edges, @surface_edges;
}