Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-03-07 18:47:32 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-03-07 18:47:32 +0400
commit36d24ccb0be83ec56b63072ee57b10735416bbc3 (patch)
tree7a97cd799972829834d6a7132b729f55917d441c /t/combineinfill.t
parentd928f005e6ee531421210842ea4a4483137ecc79 (diff)
Infill refactoring and cleanup complete
Diffstat (limited to 't/combineinfill.t')
-rw-r--r--t/combineinfill.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/combineinfill.t b/t/combineinfill.t
index aa4ed91a1..e2e63f4a0 100644
--- a/t/combineinfill.t
+++ b/t/combineinfill.t
@@ -48,7 +48,7 @@ use Slic3r::Test;
}
$_->detect_surfaces_type for @{$self->objects};
$_->prepare_fill_surfaces for map @{$_->regions}, map @{$_->layers}, @{$self->objects};
- $_->process_bridges for map @{$_->regions}, map @{$_->layers}, @{$self->objects};
+ $_->process_external_surfaces for map @{$_->regions}, map @{$_->layers}, @{$self->objects};
$_->discover_horizontal_shells for @{$self->objects};
$_->combine_infill for @{$self->objects};