1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

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
+1 -1
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;