mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
Multiple solid layers near external surfaces
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user