mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 04:54:25 +08:00
Fix failing test after recent changes to thin wall thresholds
This commit is contained in:
parent
0f9e143ba1
commit
bc44611f24
@ -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…
x
Reference in New Issue
Block a user