Simplify naming

This commit is contained in:
John Lewin 2018-10-27 15:27:01 -07:00
parent 39e78f7348
commit 1ceaa2d31a
3 changed files with 5 additions and 4 deletions

View file

@ -124,7 +124,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
private List<LevelingTriangle> Regions { get; set; } = new List<LevelingTriangle>();
public string DoApplyLeveling(string lineBeingSent, Vector3 currentDestination)
public string ApplyLeveling(string lineBeingSent, Vector3 currentDestination)
{
double extruderDelta = 0;
GCodeFile.GetFirstNumberAfter("E", lineBeingSent, ref extruderDelta);