Fixing test for new probe order and after inclusion of z_probe offset

This commit is contained in:
Lars Brubaker 2018-04-04 15:31:54 -07:00
parent 1d3ea8cf25
commit a318e3d148
2 changed files with 6 additions and 10 deletions

View file

@ -48,7 +48,9 @@ namespace MatterControl.Tests.MatterControl
AggContext.StaticData = new FileSystemStaticData(TestContext.CurrentContext.ResolveProjectPath(4, "StaticData"));
MatterControlUtilities.OverrideAppDataLocation(TestContext.CurrentContext.ResolveProjectPath(4));
var printerSettings = ActiveSliceSettings.Instance;
printerSettings.SetValue(SettingsKey.z_probe_z_offset, "0");
// a 2 x 2 mesh that goes form 0 on the left to 10 on the right
{
var levelingData = new PrintLevelingData();