Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-10-03 13:20:02 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-10-03 13:31:25 +0300
commit23a7e77a81d997ae789c9c0bff31f889460d868a (patch)
tree6776ebc948f80c1464bbd1fa060da4db138c3918 /tests
parent95e22d8fd4531b193d3bdc270c3932a275344fc9 (diff)
Eliminate some race conditions in sla support tree
Diffstat (limited to 'tests')
-rw-r--r--tests/sla_print/sla_print_tests_main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sla_print/sla_print_tests_main.cpp b/tests/sla_print/sla_print_tests_main.cpp
index f1ac8753b..a35173b15 100644
--- a/tests/sla_print/sla_print_tests_main.cpp
+++ b/tests/sla_print/sla_print_tests_main.cpp
@@ -250,7 +250,7 @@ void test_support_model_collision(
// Set head penetration to a small negative value which should ensure that
// the supports will not touch the model body.
- supportcfg.head_penetration_mm = -0.1;
+ supportcfg.head_penetration_mm = -input_supportcfg.head_front_radius_mm;
test_supports(obj_filename, supportcfg, byproducts);
@@ -286,7 +286,7 @@ const char * const AROUND_PAD_TEST_OBJECTS[] = {
};
const char *const SUPPORT_TEST_MODELS[] = {
- "cube_with_concave_hole_enlarged_standing.obj",
+ "cube_with_concave_hole_enlarged_standing.obj"
};
} // namespace