From a5b10287d645c171c0577728e5da753949299232 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 17 Mar 2017 20:05:04 +0100 Subject: [PATCH] Typo --- lib/Slic3r/Print/Object.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r/Print/Object.pm b/lib/Slic3r/Print/Object.pm index d96c99ed2..11f7b6f29 100644 --- a/lib/Slic3r/Print/Object.pm +++ b/lib/Slic3r/Print/Object.pm @@ -548,7 +548,7 @@ sub clip_fill_surfaces { # apply new internal infill to regions foreach my $layerm (@{$lower_layer->regions}) { - next if $layerm->config->fill_density == 0; + next if $layerm->region->config->fill_density == 0; my (@internal, @other) = (); foreach my $surface (map $_->clone, @{$layerm->fill_surfaces}) {