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-07-27 21:43:46 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-07-27 21:43:46 +0400
commit5c191c062fc07b858242a1081091b3aec05e9f3d (patch)
tree18f9339e2e7fd338adcdd68ec7b644d100d500d4 /t/shells.t
parent25af3eb35fdf4710be62c5e9e5b1ad9a4c2cfd38 (diff)
Fix test description
Diffstat (limited to 't/shells.t')
-rw-r--r--t/shells.t2
1 files changed, 1 insertions, 1 deletions
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__