From 6dc3caa8b24daf32fea8f03224495cb69ed6af08 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 15 Jun 2015 17:08:12 +0200 Subject: [PATCH] Typo --- lib/Slic3r/Layer/PerimeterGenerator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/Layer/PerimeterGenerator.pm b/lib/Slic3r/Layer/PerimeterGenerator.pm index d77f57bdb..07da50f50 100644 --- a/lib/Slic3r/Layer/PerimeterGenerator.pm +++ b/lib/Slic3r/Layer/PerimeterGenerator.pm @@ -145,7 +145,7 @@ sub process { Slic3r::SVG::output( "medial_axis.svg", no_arrows => 1, - expolygons => \@expp, + #expolygons => \@expp, polylines => \@thin_walls, ); }