mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Bugfix: internal-bridge regions were not touching perimeters
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user