mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 07:09:00 +08:00
Only connect infill edges when not doing solid surfaces
This commit is contained in:
parent
56691c1dea
commit
569e737ae1
@ -45,7 +45,7 @@ sub fill_surface {
|
||||
}
|
||||
|
||||
# connect lines
|
||||
{
|
||||
if ($params{density} < 1) {
|
||||
my $collection = Slic3r::ExtrusionPath::Collection->new(
|
||||
paths => [ map Slic3r::ExtrusionPath->cast([ @$_ ], role => 'bogus'), @paths ],
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user