Revise SupportRequired ValidationError details
- Issue MatterHackers/MCCentral#4892
This commit is contained in:
parent
920672672a
commit
c259c08088
1 changed files with 2 additions and 2 deletions
|
|
@ -89,8 +89,8 @@ namespace MatterHackers.MatterControl
|
|||
{
|
||||
errors.Add(new ValidationError()
|
||||
{
|
||||
Error = "Support Recommended".Localize(),
|
||||
Details = "Some of the parts appear to require support. Consider canceling this print then adding support to get the best results possible.".Localize(),
|
||||
Error = "Unsupported Parts Detected".Localize(),
|
||||
Details = "Some parts are unsupported and require support structures to print correctly".Localize(),
|
||||
ErrorLevel = ValidationErrorLevel.Warning,
|
||||
FixAction = new NamedAction()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue