This commit is contained in:
enricoturri1966 2023-03-15 09:44:31 +01:00
commit e7f1130ece
9 changed files with 641 additions and 586 deletions

View file

@ -1177,7 +1177,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