mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
Fixing perl unit tests
This commit is contained in:
parent
542d95a593
commit
c013b73308
6 changed files with 13 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue