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:
authorVojtech Bubnik <bubnikv@gmail.com>2021-04-21 16:31:06 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-04-21 16:31:06 +0300
commit542d95a593fd372e4876bb12da5c3238a50d3648 (patch)
tree1bb97049cd9dbf175d4351c52e4e81a7c4b4f612 /tests/fff_print
parent0c1953a9294c2e2f8564c49b64bc153a91df3680 (diff)
Fixing unit tests
Diffstat (limited to 'tests/fff_print')
-rw-r--r--tests/fff_print/test_flow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fff_print/test_flow.cpp b/tests/fff_print/test_flow.cpp
index 08ba15a84..dc73f4b6e 100644
--- a/tests/fff_print/test_flow.cpp
+++ b/tests/fff_print/test_flow.cpp
@@ -24,7 +24,7 @@ SCENARIO("Extrusion width specifics", "[Flow]") {
{ "skirts", 1 },
{ "perimeters", 3 },
{ "fill_density", "40%" },
- { "first_layer_height", "100%" }
+ { "first_layer_height", 0.3 }
});
WHEN("first layer width set to 2mm") {