1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Only take layer_id instead of layer in filler objects

This commit is contained in:
Alessandro Ranellucci
2012-10-30 14:25:48 +01:00
parent 61047f0df5
commit 5943114574
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;