Make tests happy
This commit is contained in:
parent
97e864699e
commit
2f192bddca
5 changed files with 11 additions and 8 deletions
|
@ -89,6 +89,7 @@ my $test = sub {
|
|||
|
||||
$config->set('retract_length', [1.5]);
|
||||
$config->set('retract_before_travel', [3]);
|
||||
$config->set('only_retract_when_crossing_perimeters', 0);
|
||||
|
||||
my $retract_tests = sub {
|
||||
my ($descr) = @_;
|
||||
|
|
|
@ -40,8 +40,8 @@ use Slic3r::Test;
|
|||
};
|
||||
|
||||
ok $test->(), "proper number of shells is applied";
|
||||
|
||||
$config->set('fill_density', 0);
|
||||
|
||||
ok $test->(), "proper number of shells is applied even when fill density is none";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue