compile and continue not saved

This commit is contained in:
LarsBrubaker 2020-08-13 07:37:44 -07:00
parent 7d0d681512
commit 87c3aeab2e

View file

@ -435,11 +435,6 @@ namespace MatterControl.Tests.MatterControl
// this needs to be fixed
printer.RuleViolated = true;
}
if (!string.IsNullOrEmpty(supportMaterialInterfaceExtruder) && printer.Oem != "Esagono")
{
Assert.AreEqual("1", supportMaterialInterfaceExtruder, "[support_material_interface_extruder] must be assigned to extruder 1: " + printer.RelativeFilePath);
}
});
}