Print recovery test working for dual extruder no probe

This commit is contained in:
LarsBrubaker 2020-08-09 08:23:22 -07:00
parent f7457c6758
commit 23e7263da5
10 changed files with 121 additions and 69 deletions

View file

@ -52,11 +52,11 @@ namespace MatterHackers.MatterControl.Tests.Automation
using (var emulator = testRunner.LaunchAndConnectToPrinterEmulator())
{
testRunner.AddItemToBedplate();
testRunner.StartPrint(pauseAtLayers: "4;2;a;not;6");
var printer = testRunner.FirstPrinter();
testRunner.AddItemToBedplate();
testRunner.StartPrint(printer, pauseAtLayers: "4;2;a;not;6");
WaitForLayerAndResume(testRunner, printer, 2);
WaitForLayerAndResume(testRunner, printer, 4);
WaitForLayerAndResume(testRunner, printer, 6);
@ -82,7 +82,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.AddItemToBedplate();
testRunner.StartPrint(pauseAtLayers: "2");
testRunner.StartPrint(printer, pauseAtLayers: "2");
// Wait for the Ok button
testRunner.WaitForName("Yes Button", 30);