Proper handling of interlaced layers in toolpaths preview

This commit is contained in:
Alessandro Ranellucci 2014-07-04 01:03:41 +02:00
parent 2632b2b30e
commit f0a57a83fd
3 changed files with 110 additions and 49 deletions

View file

@ -238,7 +238,7 @@ sub make_fill {
: EXTR_ROLE_FILL),
mm3_per_mm => $mm3_per_mm,
width => $flow->width,
height => $h,
height => ($is_bridge ? $flow->width : $h),
), @polylines,
);
push @fills_ordering_points, $polylines[0]->first_point;