Fix failing test after recent changes to thin wall thresholds

issue1834
Alessandro Ranellucci 2014-03-02 22:26:52 +01:00
parent 0f9e143ba1
commit bc44611f24
1 changed files with 1 additions and 0 deletions

View File

@ -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