diff --git a/tests/libslic3r/test_voronoi.cpp b/tests/libslic3r/test_voronoi.cpp index f9d4c098d5..ecac40d5ae 100644 --- a/tests/libslic3r/test_voronoi.cpp +++ b/tests/libslic3r/test_voronoi.cpp @@ -9,7 +9,7 @@ #include #include -#define VORONOI_DEBUG_OUT +// #define VORONOI_DEBUG_OUT #ifdef VORONOI_DEBUG_OUT #include diff --git a/tests/sla_print/sla_print_tests.cpp b/tests/sla_print/sla_print_tests.cpp index ba65d56ed1..62c88b88e7 100644 --- a/tests/sla_print/sla_print_tests.cpp +++ b/tests/sla_print/sla_print_tests.cpp @@ -40,8 +40,10 @@ TEST_CASE("Pillar pairhash should be unique", "[SLASupportGeneration]") { TEST_CASE("Support point generator should be deterministic if seeded", "[SLASupportGeneration], [SLAPointGen]") { - TriangleMesh mesh = load_model("A_upsidedown.obj"); - sla::IndexedMesh emesh{mesh}; + TriangleMesh mesh = load_model("A_upsidedown.obj"); + + sla::IndexedMesh emesh{mesh}; + sla::SupportTreeConfig supportcfg; sla::SupportPointGenerator::Config autogencfg; autogencfg.head_diameter = float(2 * supportcfg.head_front_radius_mm);