Fixing the crash with large model.
This commit is contained in:
parent
856d983863
commit
0f8658154b
1 changed files with 1 additions and 1 deletions
|
@ -1370,7 +1370,7 @@ bool SLASupportTree::generate(const PointSet &points,
|
|||
add_base(cfg.base_height_mm, cfg.base_radius_mm);
|
||||
|
||||
// connects to ground, eligible for bridging
|
||||
cl_centroids.emplace_back(sidehead.id);
|
||||
cl_centroids.emplace_back(c);
|
||||
} else {
|
||||
// Creating the bridge to the nearest pillar
|
||||
|
||||
|
|
Loading…
Reference in a new issue