Don't show some warning if there are errors
This commit is contained in:
parent
dd95d15b28
commit
45bd3ed1b7
8 changed files with 48 additions and 40 deletions
|
|
@ -237,7 +237,7 @@ namespace MatterHackers.MatterControl.Library.Export
|
|||
Printer.Settings.SetValue(SettingsKey.spiral_vase, spiralVaseOverride == SpiralVaseOptions.FORCE_ON ? "1" : "0");
|
||||
}
|
||||
|
||||
errors = Printer.ValidateSettings(validatePrintBed: false);
|
||||
Printer.ValidateSettings(errors, validatePrintBed: false);
|
||||
|
||||
if (errors.Any(e => e.ErrorLevel == ValidationErrorLevel.Error))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue