From 009fed756f393a58240308a603f732c01e89a745 Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Mon, 28 Mar 2022 18:12:24 -0700 Subject: [PATCH] updating support message --- MatterControlLib/ApplicationView/SettingsValidation.cs | 2 +- StaticData/Translations/Master.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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.