mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Only take layer_id instead of layer in filler objects
This commit is contained in:
parent
61047f0df5
commit
5943114574
2 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ sub make_fill {
|
|||
my $self = shift;
|
||||
my ($layer) = @_;
|
||||
|
||||
$_->layer($layer) for values %{$self->fillers};
|
||||
$_->layer_id($layer->id) for values %{$self->fillers};
|
||||
|
||||
Slic3r::debugf "Filling layer %d:\n", $layer->id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue