Multiple solid layers near external surfaces

This commit is contained in:
Alessandro Ranellucci 2011-09-25 22:11:56 +02:00
parent f892fde123
commit 03341f3485
7 changed files with 96 additions and 7 deletions

View file

@ -8,7 +8,7 @@ use constant X => 0;
use constant Y => 1;
sub factor {
return $Slic3r::resolution * 10;
return $Slic3r::resolution * 100;
}
sub svg {
@ -24,6 +24,7 @@ sub output_polygons {
my $g = $svg->group(
style => {
'stroke-width' => 2,
'stroke' => 'black',
},
);
foreach my $polygon (@$polygons) {