mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 04:54:08 -06:00
Multiple solid layers near external surfaces
This commit is contained in:
parent
f892fde123
commit
03341f3485
7 changed files with 96 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue