Simplify naming
This commit is contained in:
parent
39e78f7348
commit
1ceaa2d31a
3 changed files with 5 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue