mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Remove $Slic3r::flow and $Slic3r::first_layer_flow
This commit is contained in:
parent
b9c84490b8
commit
91bcfc8a74
5 changed files with 24 additions and 38 deletions
|
@ -306,7 +306,7 @@ sub detect_surfaces_type {
|
|||
[ map { ref $_ eq 'ARRAY' ? $_ : ref $_ eq 'Slic3r::ExPolygon' ? @$_ : $_->p } @$clip_surfaces ],
|
||||
1,
|
||||
);
|
||||
return grep $_->contour->is_printable($layerm->flow),
|
||||
return grep $_->contour->is_printable($layerm->infill_flow),
|
||||
map Slic3r::Surface->new(expolygon => $_, surface_type => $result_type),
|
||||
@$expolygons;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue