diff --git a/MatterControlLib/ApplicationView/SettingsValidation.cs b/MatterControlLib/ApplicationView/SettingsValidation.cs index e7c6bcd64..6a784d3b5 100644 --- a/MatterControlLib/ApplicationView/SettingsValidation.cs +++ b/MatterControlLib/ApplicationView/SettingsValidation.cs @@ -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() { diff --git a/StaticData/Translations/Master.txt b/StaticData/Translations/Master.txt index 2f3bcd10b..95d490d3c 100644 --- a/StaticData/Translations/Master.txt +++ b/StaticData/Translations/Master.txt @@ -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.