mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fix overhang reverse threshold being ignored (#13061)
This commit is contained in:
@@ -196,7 +196,7 @@ void group_region_by_fuzzify(PerimeterGenerator& g)
|
|||||||
surfaces.push_back(&surface);
|
surfaces.push_back(&surface);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cfg.type != FuzzySkinType::None) {
|
if (cfg.type != FuzzySkinType::None && cfg.type != FuzzySkinType::Disabled_fuzzy) {
|
||||||
g.has_fuzzy_skin = true;
|
g.has_fuzzy_skin = true;
|
||||||
if (cfg.type != FuzzySkinType::External) {
|
if (cfg.type != FuzzySkinType::External) {
|
||||||
g.has_fuzzy_hole = true;
|
g.has_fuzzy_hole = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user