mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 05:51:50 +08:00
Fix missing support mini sticks
This commit is contained in:
parent
9189758992
commit
4fe99c7569
@ -1292,7 +1292,7 @@ void SupportTreeBuildsteps::routing_headless()
|
||||
m_thr();
|
||||
|
||||
const auto R = double(m_support_pts[i].head_front_radius);
|
||||
const double HWIDTH_MM = m_cfg.head_penetration_mm;
|
||||
const double HWIDTH_MM = std::min(R, m_cfg.head_penetration_mm);
|
||||
|
||||
// Exact support position
|
||||
Vec3d sph = m_support_pts[i].pos.cast<double>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user