From 5c191c062fc07b858242a1081091b3aec05e9f3d Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 27 Jul 2013 19:43:46 +0200 Subject: [PATCH] Fix test description --- t/shells.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/shells.t b/t/shells.t index d38b34e95..adb177c56 100644 --- a/t/shells.t +++ b/t/shells.t @@ -90,7 +90,7 @@ use Slic3r::Test; if $info->{extruding} && ($args->{F} // $self->F) == $config->solid_infill_speed*60; }); is scalar(keys %layers), $config->bottom_solid_layers, - "shells are not extended into void if fill density is 0"; + "shells are not propagated across perimeters of the neighbor layer"; } __END__