Update t/perimeters.t
This commit is contained in:
parent
f1978ce50a
commit
1222f1f3e4
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,7 @@ use Slic3r::Test;
|
|||
}
|
||||
|
||||
{
|
||||
$config->set('start_perimeters_at_concave_points', 1);
|
||||
my $print = Slic3r::Test::init_print('L', config => $config);
|
||||
my $loop_starts_from_convex_point = 0;
|
||||
my $cur_loop;
|
||||
|
@ -102,6 +103,7 @@ use Slic3r::Test;
|
|||
$config->set('fan_below_layer_time', 0);
|
||||
$config->set('slowdown_below_layer_time', 0);
|
||||
$config->set('bridge_fan_speed', 100);
|
||||
$config->set('adjust_overhang_flow', 1);
|
||||
my $print = Slic3r::Test::init_print('overhang', config => $config);
|
||||
my %layer_speeds = (); # print Z => [ speeds ]
|
||||
my $fan_speed = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue