Bugfix: internal-bridge regions were not touching perimeters

internal-support
Alessandro Ranellucci 2013-03-05 19:33:06 +01:00
parent 37810f777f
commit a9df56670f
1 changed files with 1 additions and 0 deletions

View File

@ -466,6 +466,7 @@ sub bridge_over_infill {
), @{diff_ex(
[ map $_->p, @internal_solid ],
[ map @$_, @$to_bridge ],
1,
)};
@{$layerm->fill_surfaces} = @new_surfaces;
}