mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 12:47:50 -06:00
Include test name with output obj files for sla_print_tests
This commit is contained in:
parent
1eec6c473c
commit
a68564e2d0
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ void export_failed_case(const std::vector<ExPolygons> &support_slices, const Sup
|
||||||
m.merge(byproducts.input_mesh);
|
m.merge(byproducts.input_mesh);
|
||||||
m.repair();
|
m.repair();
|
||||||
m.require_shared_vertices();
|
m.require_shared_vertices();
|
||||||
m.WriteOBJFile(byproducts.obj_fname.c_str());
|
m.WriteOBJFile((Catch::getResultCapture().getCurrentTestName() + "_" +
|
||||||
|
byproducts.obj_fname).c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_supports(const std::string &obj_filename,
|
void test_supports(const std::string &obj_filename,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue