Slight improvements of unit tests, fix of perl bindings.

This commit is contained in:
bubnikv 2019-10-18 12:05:37 +02:00
parent 13cc74ef0a
commit e04e2b3636
4 changed files with 4 additions and 4 deletions

View file

@ -244,7 +244,7 @@ SCENARIO("Original Slic3r Skirt/Brim tests", "[!mayfail]") {
}
}
WHEN("Large minimum skirt length is used.") {
config.opt_float("min_skirt_length") = 20;
config.set("min_skirt_length", 20);
THEN("Gcode generation doesn't crash") {
REQUIRE(! Slic3r::Test::slice({TestMesh::cube_20x20x20}, config).empty());
}