1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

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
+1 -1
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") {