mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Fixed regression preventing arcs to be generated at all (center detection is still buggy)
This commit is contained in:
parent
c0c53c4397
commit
0c4b112718
3 changed files with 8 additions and 2 deletions
|
@ -184,7 +184,7 @@ sub make_fill {
|
|||
paths => [
|
||||
map {
|
||||
$_->isa('Slic3r::Polygon')
|
||||
? Slic3r::ExtrusionLoop->new(polygon => $_, role => EXTR_ROLE_SOLIDFILL)->split_at($_->[0])
|
||||
? Slic3r::ExtrusionLoop->new(polygon => $_, role => EXTR_ROLE_SOLIDFILL)->split_at_first_point
|
||||
: Slic3r::ExtrusionPath->new(polyline => $_, role => EXTR_ROLE_SOLIDFILL)
|
||||
} @{$layer->thin_fills},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue