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
path: root/t/thin.t
diff options
context:
space:
mode:
Diffstat (limited to 't/thin.t')
-rw-r--r--t/thin.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/thin.t b/t/thin.t
index 9147236ee..50e7abc95 100644
--- a/t/thin.t
+++ b/t/thin.t
@@ -18,7 +18,7 @@ use Slic3r::Test;
if (0) {
my $config = Slic3r::Config::new_from_defaults;
$config->set('layer_height', 0.2);
- $config->set('first_layer_height', '100%');
+ $config->set('first_layer_height', $config->layer_height);
$config->set('extrusion_width', 0.5);
$config->set('first_layer_extrusion_width', '200%'); # check this one too
$config->set('skirts', 0);