Added automated test to ensure that setting values are being passed to MatterSlice with the correct values. Also added a stress test in slice settings.

This commit is contained in:
Greg 2016-03-03 16:57:43 -08:00
parent 4310c9629e
commit 1e4c1cda53
6 changed files with 164 additions and 0 deletions

View file

@ -168,6 +168,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
buttonBottomPanel.BackgroundColor = ActiveTheme.Instance.PrimaryBackgroundColor;
generateGCodeButton = textImageButtonFactory.Generate(LocalizedString.Get("Generate"));
generateGCodeButton.Name = "Generate Gcode Button";
generateGCodeButton.Click += new EventHandler(generateButton_Click);
buttonBottomPanel.AddChild(generateGCodeButton);