mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Remove test restriction for on-model supports pierce test
This commit is contained in:
@@ -13,11 +13,6 @@ void test_support_model_collision(const std::string &obj_filename,
|
|||||||
// the supports will not touch the model body.
|
// the supports will not touch the model body.
|
||||||
supportcfg.head_penetration_mm = -0.15;
|
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);
|
test_supports(obj_filename, supportcfg, hollowingcfg, drainholes, byproducts);
|
||||||
|
|
||||||
// Slice the support mesh given the slice grid of the model.
|
// Slice the support mesh given the slice grid of the model.
|
||||||
|
|||||||
Reference in New Issue
Block a user