mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 07:19:05 +08:00
Update t/perimeters.t
This commit is contained in:
parent
f1978ce50a
commit
1222f1f3e4
@ -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…
x
Reference in New Issue
Block a user