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:
parent
4310c9629e
commit
1e4c1cda53
6 changed files with 164 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue