Fixing unit tests

This commit is contained in:
Vojtech Bubnik 2021-04-21 15:31:06 +02:00
parent 0c1953a929
commit 542d95a593
2 changed files with 8 additions and 5 deletions

View file

@ -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") {