Bridging over sparse infill - improve coliding regions merging, smoothen results, dissolve tiny ensuring regions around bridging

This commit is contained in:
PavelMikus 2023-03-14 16:40:55 +01:00
parent c6fd339a39
commit eb73bf7f24
2 changed files with 64 additions and 48 deletions

View file

@ -1185,7 +1185,7 @@ void Print::alert_when_supports_needed()
case SupportSpotsGenerator::SupportPointCause::WeakObjectPart: message = L("thin fragile section"); break;
}
return (critical ? "!" : "") + message;
return message;
};
// vector of pairs of object and its issues, where each issue is a pair of type and critical flag