Slightly changed 'Some objects missing' warning text
This commit is contained in:
parent
db7f424e46
commit
5a005e8e0a
1 changed files with 1 additions and 1 deletions
|
@ -6380,7 +6380,7 @@ void GLCanvas3D::_set_warning_notification(EWarning warning, bool state)
|
||||||
case EWarning::ObjectOutside: text = _u8L("An object outside the print area was detected."); break;
|
case EWarning::ObjectOutside: text = _u8L("An object outside the print area was detected."); break;
|
||||||
case EWarning::ToolpathOutside: text = _u8L("A toolpath outside the print area was detected."); error = ErrorType::SLICING_ERROR; break;
|
case EWarning::ToolpathOutside: text = _u8L("A toolpath outside the print area was detected."); error = ErrorType::SLICING_ERROR; break;
|
||||||
case EWarning::SlaSupportsOutside: text = _u8L("SLA supports outside the print area were detected."); error = ErrorType::PLATER_ERROR; break;
|
case EWarning::SlaSupportsOutside: text = _u8L("SLA supports outside the print area were detected."); error = ErrorType::PLATER_ERROR; break;
|
||||||
case EWarning::SomethingNotShown: text = _u8L("Some objects are not visible."); break;
|
case EWarning::SomethingNotShown: text = _u8L("Some objects are not visible during editing."); break;
|
||||||
case EWarning::ObjectClashed:
|
case EWarning::ObjectClashed:
|
||||||
text = _u8L("An object outside the print area was detected.\n"
|
text = _u8L("An object outside the print area was detected.\n"
|
||||||
"Resolve the current problem to continue slicing.");
|
"Resolve the current problem to continue slicing.");
|
||||||
|
|
Loading…
Add table
Reference in a new issue