mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix failing test after recent changes to thin wall thresholds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user