mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
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",
|
||||
no_arrows => 1,
|
||||
polygons => \@$expolygon,
|
||||
red_polygons => [ $bounding_box->polygon ],
|
||||
polylines => \@paths,
|
||||
green_polygons => [ $bounding_box->polygon ],
|
||||
polylines => [ $polyline ],
|
||||
red_polylines => \@paths,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue