mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
Fix missing support mini sticks
This commit is contained in:
parent
9189758992
commit
4fe99c7569
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue