mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-26 09:14:28 +08:00
Bugfix: internal-bridge regions were not touching perimeters
This commit is contained in:
parent
37810f777f
commit
a9df56670f
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user