Remove jitter and overlaps in interface infill

xsdata-boost
Alessandro Ranellucci 2013-08-12 18:45:03 +02:00
parent 7062d028d2
commit ca7d4163d7
1 changed files with 1 additions and 0 deletions

View File

@ -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},