Fix failing test after recent changes to thin wall thresholds
This commit is contained in:
parent
0f9e143ba1
commit
bc44611f24
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ use Slic3r::Test;
|
|||
$config->set('perimeter_speed', 99);
|
||||
$config->set('external_perimeter_speed', 99);
|
||||
$config->set('small_perimeter_speed', 99);
|
||||
$config->set('thin_walls', 0);
|
||||
|
||||
my $print = Slic3r::Test::init_print('ipadstand', config => $config);
|
||||
my %perimeters = (); # z => number of loops
|
||||
|
|
Loading…
Reference in a new issue