Bugfix: internal-bridge regions were not touching perimeters

This commit is contained in:
Alessandro Ranellucci 2013-03-05 19:33:06 +01:00
parent 37810f777f
commit a9df56670f

View file

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