Proper handling of interlaced layers in toolpaths preview
This commit is contained in:
parent
2632b2b30e
commit
f0a57a83fd
3 changed files with 110 additions and 49 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue