mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Infill refactoring and cleanup complete
This commit is contained in:
parent
d928f005e6
commit
36d24ccb0b
7 changed files with 108 additions and 162 deletions
|
|
@ -48,7 +48,7 @@ use Slic3r::Test;
|
|||
}
|
||||
$_->detect_surfaces_type for @{$self->objects};
|
||||
$_->prepare_fill_surfaces for map @{$_->regions}, map @{$_->layers}, @{$self->objects};
|
||||
$_->process_bridges for map @{$_->regions}, map @{$_->layers}, @{$self->objects};
|
||||
$_->process_external_surfaces for map @{$_->regions}, map @{$_->layers}, @{$self->objects};
|
||||
$_->discover_horizontal_shells for @{$self->objects};
|
||||
$_->combine_infill for @{$self->objects};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue