mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Don't extrude acute angles
This commit is contained in:
@@ -170,9 +170,10 @@ sub make_fill {
|
||||
}
|
||||
|
||||
# save into layer
|
||||
FINISH: push @{ $layer->fills }, Slic3r::ExtrusionPath::Collection->new(
|
||||
push @{ $layer->fills }, Slic3r::ExtrusionPath::Collection->new(
|
||||
paths => [ map Slic3r::ExtrusionPath->cast([ @$_ ]), @path_collection ],
|
||||
);
|
||||
$layer->fills->[-1]->cleanup;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user