Don't try to heat bed if it doesn't exists.
This commit is contained in:
parent
b578159335
commit
16866e5f95
6 changed files with 66 additions and 33 deletions
|
|
@ -80,14 +80,12 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
// switch to controls so we can see the heights
|
||||
testRunner.SwitchToControlsTab();
|
||||
|
||||
// run the leveling wizard
|
||||
// run the leveling wizard (only 4 next as there is no heated bed
|
||||
testRunner.ClickByName("Finish Setup Button");
|
||||
testRunner.ClickByName("Next Button");
|
||||
testRunner.ClickByName("Next Button");
|
||||
testRunner.ClickByName("Next Button");
|
||||
testRunner.ClickByName("Next Button");
|
||||
testRunner.ClickByName("Next Button");
|
||||
testRunner.ClickByName("Next Button");
|
||||
for (int i = 0; i < 3; i++)
|
||||
{
|
||||
testRunner.ClickByName("Move Z positive");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue