Minor additions for debugging
This commit is contained in:
parent
45cc204f74
commit
540c2b8705
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue