updating support message
This commit is contained in:
parent
45bd3ed1b7
commit
009fed756f
2 changed files with 7 additions and 1 deletions
|
|
@ -559,7 +559,7 @@ namespace MatterHackers.MatterControl
|
|||
errors.Add(new ValidationError(ValidationErrors.UnsupportedParts)
|
||||
{
|
||||
Error = "Possible Unsupported Parts Detected".Localize(),
|
||||
Details = "Some parts may require support structures to print correctly".Localize(),
|
||||
Details = "Some parts may require support structures to print correctly. Check that your parts are on the bed and overhangs are printable.".Localize(),
|
||||
ErrorLevel = ValidationErrorLevel.Warning,
|
||||
FixAction = new NamedAction()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4588,6 +4588,12 @@ Translated:Some Parts Lifted
|
|||
English:Some parts may require support structures to print correctly
|
||||
Translated:Some parts may require support structures to print correctly
|
||||
|
||||
English:Some parts may require support structures to print correctly. Check that your parts are on the bed and overhangs are printable.
|
||||
Translated:Some parts may require support structures to print correctly. Check that your parts are on the bed and overhangs are printable.
|
||||
|
||||
English:Some parts may require support structures to print correctly. Check that your parts are on the bed and overhangs can be printed.
|
||||
Translated:Some parts may require support structures to print correctly. Check that your parts are on the bed and overhangs can be printed.
|
||||
|
||||
English:Sometime a mesh will not have closed a perimeter. When this is checked these non-closed perimeters while be closed.
|
||||
Translated:Sometime a mesh will not have closed a perimeter. When this is checked these non-closed perimeters while be closed.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue