Fix notifications during GCode export - only CRTICAL are now shown
Relax support detector parameters and warnings
This commit is contained in:
parent
3e37067cc9
commit
716e0254f4
4 changed files with 28 additions and 23 deletions
|
@ -1200,7 +1200,7 @@ void Print::alert_when_supports_needed()
|
|||
}
|
||||
}
|
||||
|
||||
message += "\n" + L("Consider enabling supports") + (recommend_brim ? (" " + L("and brim")) : "") + ".";
|
||||
message += "\n" + L("Consider enabling supports") + (recommend_brim ? (" " + L("and/or brim")) : "") + ".";
|
||||
|
||||
if (objects_isssues.size() > 0) {
|
||||
this->active_step_add_warning(PrintStateBase::WarningLevel::NON_CRITICAL, message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue