Minor improvements to SVG debug output for medial axis
This commit is contained in:
parent
ba5435cde1
commit
8644440070
@ -233,8 +233,9 @@ sub make_perimeters {
|
|||||||
Slic3r::SVG::output(
|
Slic3r::SVG::output(
|
||||||
"medial_axis.svg",
|
"medial_axis.svg",
|
||||||
no_arrows => 1,
|
no_arrows => 1,
|
||||||
#expolygons => \@thin_walls,
|
expolygons => \@thin_walls,
|
||||||
polylines => \@p,
|
green_polylines => [ map $_->polygon->split_at_first_point, @{$self->perimeters} ],
|
||||||
|
red_polylines => \@p,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user