Making T1 setup dependent on having T1 used in the print
issue: MatterHackers/MCCentral#5497 Create protocol for single material setup on dual printer
This commit is contained in:
parent
00a22e5cc8
commit
77020ee924
10 changed files with 129 additions and 83 deletions
|
|
@ -159,7 +159,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
};
|
||||
|
||||
// Perform validation before popup
|
||||
var errors = printer.Validate();
|
||||
var errors = printer.Validate(true);
|
||||
|
||||
// Enable print option when no validation Errors exists
|
||||
var printEnabled = !errors.Any(err => err.ErrorLevel == ValidationErrorLevel.Error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue