Making hot end heat up before probing the bed with the tip

Refactoring - moving classes to individual files
This commit is contained in:
Lars Brubaker 2018-04-10 14:40:19 -07:00
parent b7918347d6
commit 4cb61563d3
24 changed files with 1363 additions and 807 deletions

View file

@ -160,7 +160,7 @@ namespace MatterControl.Tests.MatterControl
// shared temp
{
string[] settings = new string[] { SettingsKey.extruder_count, "2", SettingsKey.extruders_share_temperature, "1" };
Assert.AreEqual(GetProfile(settings).Helpers.NumberOfHotEnds(), 1);
Assert.AreEqual(GetProfile(settings).Helpers.NumberOfHotends(), 1);
}
}
}