Simplify
This commit is contained in:
parent
56cf2c6f89
commit
d9ffa62372
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue