mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 01:05:56 +08:00
Fixing the crash with large model.
This commit is contained in:
parent
856d983863
commit
0f8658154b
@ -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…
x
Reference in New Issue
Block a user