Enable ground facing only option for branching tree
Essentially discards mesh nodes
This commit is contained in:
parent
5d6d1f5234
commit
6523bfdf99
3 changed files with 6 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue