Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_sequential
This commit is contained in:
commit
e7f1130ece
9 changed files with 641 additions and 586 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue