mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07: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