Minor additions for debugging
This commit is contained in:
parent
45cc204f74
commit
540c2b8705
@ -65,8 +65,9 @@ sub fill_surface {
|
|||||||
Slic3r::SVG::output("fill.svg",
|
Slic3r::SVG::output("fill.svg",
|
||||||
no_arrows => 1,
|
no_arrows => 1,
|
||||||
polygons => \@$expolygon,
|
polygons => \@$expolygon,
|
||||||
red_polygons => [ $bounding_box->polygon ],
|
green_polygons => [ $bounding_box->polygon ],
|
||||||
polylines => \@paths,
|
polylines => [ $polyline ],
|
||||||
|
red_polylines => \@paths,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user