Enable ground facing only option for branching tree

Essentially discards mesh nodes
This commit is contained in:
tamasmeszaros 2022-05-18 10:15:51 +02:00
parent 5d6d1f5234
commit 6523bfdf99
3 changed files with 6 additions and 15 deletions

View file

@ -16,9 +16,6 @@ void test_support_model_collision(
sla::SupportTreeConfig supportcfg = input_supportcfg;
// Ensure that there are no anchors which would pierce the model.
supportcfg.ground_facing_only = true;
// 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.2;