mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:15:58 +08:00
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer
This commit is contained in:
commit
3475604362
@ -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