mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 01:36:13 +08:00
Solve mini pillar widening in DefaultWideningStrategy
This commit is contained in:
parent
58acc893b3
commit
d4a46d373a
@ -723,7 +723,7 @@ struct DefaultWideningModel {
|
||||
"DefaultWideningModel is not a widening function");
|
||||
|
||||
double w = WIDENING_SCALE * sm.cfg.pillar_widening_factor * len;
|
||||
return src.R + w;
|
||||
return std::max(src.R, sm.cfg.head_back_radius_mm) + w;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user