mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 07:15:08 -06:00
Removed dependency on ->object from Region.pm
This commit is contained in:
parent
bd8c430afd
commit
57fd6ad563
4 changed files with 8 additions and 6 deletions
|
@ -328,7 +328,7 @@ sub _fill_gaps {
|
|||
|
||||
return unless @$gaps;
|
||||
|
||||
my $filler = $self->layer->object->fill_maker->filler('rectilinear');
|
||||
my $filler = Slic3r::Fill->new->filler('rectilinear');
|
||||
$filler->layer_id($self->layer->id);
|
||||
|
||||
# we should probably use this code to handle thin walls and remove that logic from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue