1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix test description

This commit is contained in:
Alessandro Ranellucci
2013-07-27 19:43:46 +02:00
parent 25af3eb35f
commit 5c191c062f
+1 -1
View File
@@ -90,7 +90,7 @@ use Slic3r::Test;
if $info->{extruding} && ($args->{F} // $self->F) == $config->solid_infill_speed*60; if $info->{extruding} && ($args->{F} // $self->F) == $config->solid_infill_speed*60;
}); });
is scalar(keys %layers), $config->bottom_solid_layers, 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__ __END__