mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Fixing unit tests
This commit is contained in:
parent
0c1953a929
commit
542d95a593
2 changed files with 8 additions and 5 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue