Fixing perl unit tests

This commit is contained in:
Vojtech Bubnik 2021-04-21 15:38:00 +02:00
parent 542d95a593
commit c013b73308
6 changed files with 13 additions and 13 deletions

View file

@ -49,7 +49,7 @@ use Slic3r::Test qw(_eq);
$config->set('first_layer_height', 0.2);
ok $test->(), "absolute first layer height";
$config->set('first_layer_height', '60%');
$config->set('first_layer_height', 0.6 * $config->layer_height);
ok $test->(), "relative first layer height";
$config->set('z_offset', 0.9);