From be42c506fbe81265d5f1aa6ed45629627ce84f8a Mon Sep 17 00:00:00 2001 From: Filip Sykala Date: Wed, 21 Apr 2021 19:17:28 +0200 Subject: [PATCH] No necessary changes return back --- tests/libslic3r/test_voronoi.cpp | 2 +- tests/sla_print/sla_print_tests.cpp | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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);