This commit is contained in:
John Lewin 2019-04-26 08:02:15 -07:00 committed by jlewin
parent 56cf2c6f89
commit d9ffa62372

View file

@ -232,8 +232,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
foreach (var position in probePoints)
{
var center = new Vector2(position.X, position.Y);
path.LineTo(center);
path.LineTo(position.X, position.Y);
}
// Render total path before probe points