Fix overhang reverse threshold being ignored (#13061)

This commit is contained in:
Kiss Lorand
2026-04-04 22:56:42 +03:00
committed by GitHub
parent d7dbe6a0ed
commit 362ddec743

View File

@@ -196,7 +196,7 @@ void group_region_by_fuzzify(PerimeterGenerator& g)
surfaces.push_back(&surface);
}
if (cfg.type != FuzzySkinType::None) {
if (cfg.type != FuzzySkinType::None && cfg.type != FuzzySkinType::Disabled_fuzzy) {
g.has_fuzzy_skin = true;
if (cfg.type != FuzzySkinType::External) {
g.has_fuzzy_hole = true;