Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 't/layers.t')
-rw-r--r--t/layers.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/layers.t b/t/layers.t
index a9f7dfe39..4d958808a 100644
--- a/t/layers.t
+++ b/t/layers.t
@@ -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);