mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Restore better perimeter/infill overlap for solid surfaces
This commit is contained in:
parent
8e04d763f4
commit
cd0fd80a69
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ sub fill_surface {
|
||||||
}
|
}
|
||||||
|
|
||||||
# connect lines
|
# connect lines
|
||||||
if ($params{density} < 1) {
|
{
|
||||||
my $collection = Slic3r::ExtrusionPath::Collection->new(
|
my $collection = Slic3r::ExtrusionPath::Collection->new(
|
||||||
paths => [ map Slic3r::ExtrusionPath->cast([ @$_ ], role => 'bogus'), @paths ],
|
paths => [ map Slic3r::ExtrusionPath->cast([ @$_ ], role => 'bogus'), @paths ],
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue