Bridging over sparse infill - improve coliding regions merging, smoothen results, dissolve tiny ensuring regions around bridging
This commit is contained in:
parent
c6fd339a39
commit
eb73bf7f24
2 changed files with 64 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue