Merge branch 'smash_1.7.1' into design_tools
# Conflicts: # PartPreviewWindow/View3D/View3DWidget.cs # SlicerConfiguration/SliceSettingsWidget.cs # SlicerConfiguration/SlicingQueue.cs # StaticData/SliceSettings/Properties.json
This commit is contained in:
commit
352eb792f1
63 changed files with 30032 additions and 26547 deletions
|
|
@ -134,6 +134,11 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
|
||||
testRunner.ClickByName("Start Print Button", 1);
|
||||
|
||||
// assert the leveling is working
|
||||
testRunner.WaitForName("Yes Button", 200);
|
||||
// close the pause dialog pop-up
|
||||
testRunner.ClickByName("Yes Button");
|
||||
|
||||
testRunner.WaitForName("Resume Button", 30);
|
||||
testRunner.ClickByName("Cancel Print Button");
|
||||
|
||||
|
|
@ -160,7 +165,10 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
|
||||
private static void WaitForLayerAndResume(AutomationRunner testRunner, int indexToWaitFor)
|
||||
{
|
||||
testRunner.WaitForName("Resume Button", 30);
|
||||
// assert the leveling is working
|
||||
testRunner.WaitForName("Yes Button", 30);
|
||||
// close the pause dialog pop-up
|
||||
testRunner.ClickByName("Yes Button");
|
||||
|
||||
SystemWindow containingWindow;
|
||||
GuiWidget layerNumber = testRunner.GetWidgetByName("Current GCode Layer Edit", out containingWindow, 20);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue