mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Slic3r should now be able to detect optimal bridging direction for any kind of bridge. #58
This commit is contained in:
@@ -53,7 +53,7 @@ sub make_fill {
|
||||
{
|
||||
my @surfaces_with_bridge_angle = grep defined $_->bridge_angle, @{$layer->fill_surfaces};
|
||||
foreach my $group (Slic3r::Surface->group({merge_solid => 1}, @{$layer->fill_surfaces})) {
|
||||
my $union = union_ex([ map $_->p, @$group ]);
|
||||
my $union = union_ex([ map $_->p, @$group ], undef, 1);
|
||||
|
||||
# subtract surfaces having a defined bridge_angle from any other
|
||||
if (@surfaces_with_bridge_angle && !defined $group->[0]->bridge_angle) {
|
||||
|
||||
Reference in New Issue
Block a user