From 8af6890cab20e376d6bbe29ffacb46ee36afcb59 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Tue, 14 Jan 2020 10:35:52 +0100 Subject: [PATCH] Remove test restriction for on-model supports pierce test --- tests/sla_print/sla_test_utils.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/sla_print/sla_test_utils.cpp b/tests/sla_print/sla_test_utils.cpp index 124fa3cf1..ab1bbac0e 100644 --- a/tests/sla_print/sla_test_utils.cpp +++ b/tests/sla_print/sla_test_utils.cpp @@ -13,11 +13,6 @@ void test_support_model_collision(const std::string &obj_filename, // the supports will not touch the model body. supportcfg.head_penetration_mm = -0.15; - // TODO: currently, the tailheads penetrating into the model body do not - // respect the penetration parameter properly. No issues were reported so - // far but we should definitely fix this. - supportcfg.ground_facing_only = true; - test_supports(obj_filename, supportcfg, hollowingcfg, drainholes, byproducts); // Slice the support mesh given the slice grid of the model.