mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Removed dependency on ->object from Region.pm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user