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 'tests/fff_print/test_flow.cpp')
-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") {