mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Don't extrude acute angles
This commit is contained in:
parent
25ea8a0204
commit
ea88cad8e3
4 changed files with 52 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue