mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-04 18:30:42 +08:00
Typo
This commit is contained in:
parent
c4188accc9
commit
a5b10287d6
@ -548,7 +548,7 @@ sub clip_fill_surfaces {
|
|||||||
|
|
||||||
# apply new internal infill to regions
|
# apply new internal infill to regions
|
||||||
foreach my $layerm (@{$lower_layer->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) = ();
|
my (@internal, @other) = ();
|
||||||
foreach my $surface (map $_->clone, @{$layerm->fill_surfaces}) {
|
foreach my $surface (map $_->clone, @{$layerm->fill_surfaces}) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user