Remove jitter and overlaps in interface infill
This commit is contained in:
parent
7062d028d2
commit
ca7d4163d7
@ -1113,6 +1113,7 @@ sub generate_support_material {
|
||||
$interface{$layer_id} = intersection(
|
||||
[ offset([ map @$_, $interface{$layer_id}, $contact_infill ], scale 3) ],
|
||||
[ @{$interface{$layer_id}}, @{$support{$layer_id}} ],
|
||||
undef, 1,
|
||||
);
|
||||
$support{$layer_id} = diff(
|
||||
$support{$layer_id},
|
||||
|
Loading…
Reference in New Issue
Block a user