1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

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
+1
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;
} }