mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 02:35:54 +08:00
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…
x
Reference in New Issue
Block a user