From 36d24ccb0be83ec56b63072ee57b10735416bbc3 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Thu, 7 Mar 2013 15:47:32 +0100 Subject: Infill refactoring and cleanup complete --- t/combineinfill.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/combineinfill.t') 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}; -- cgit v1.2.3