mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-03 03:54:04 -06:00
Remove jitter and overlaps in interface infill
This commit is contained in:
parent
7062d028d2
commit
ca7d4163d7
1 changed files with 1 additions and 0 deletions
|
@ -1113,6 +1113,7 @@ sub generate_support_material {
|
||||||
$interface{$layer_id} = intersection(
|
$interface{$layer_id} = intersection(
|
||||||
[ offset([ map @$_, $interface{$layer_id}, $contact_infill ], scale 3) ],
|
[ offset([ map @$_, $interface{$layer_id}, $contact_infill ], scale 3) ],
|
||||||
[ @{$interface{$layer_id}}, @{$support{$layer_id}} ],
|
[ @{$interface{$layer_id}}, @{$support{$layer_id}} ],
|
||||||
|
undef, 1,
|
||||||
);
|
);
|
||||||
$support{$layer_id} = diff(
|
$support{$layer_id} = diff(
|
||||||
$support{$layer_id},
|
$support{$layer_id},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue