Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
This commit is contained in:
commit
3475604362
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…
Reference in a new issue