mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Slight improvements of unit tests, fix of perl bindings.
This commit is contained in:
parent
13cc74ef0a
commit
e04e2b3636
4 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ SCENARIO("Extrusion width specifics", "[!mayfail]") {
|
|||
|
||||
WHEN("first layer width set to 2mm") {
|
||||
Slic3r::Model model;
|
||||
config.set_deserialize("first_layer_extrusion_width", "2");
|
||||
config.set("first_layer_extrusion_width", 2);
|
||||
Slic3r::Print print;
|
||||
Slic3r::Test::init_print({TestMesh::cube_20x20x20}, print, model, config);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue