Remove enumerator manipulation in constructor

This commit is contained in:
jlewin 2019-03-22 12:24:17 -07:00
parent 62bdba2c1b
commit df803eb9eb
7 changed files with 5 additions and 25 deletions

View file

@ -49,10 +49,6 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
{
this.Title = "Unload Filament".Localize();
this.extruderIndex = extruderIndex;
// Capture enumerator, moving to first item
this.Reset();
this.MoveNext();
}
public override bool SetupRequired => false;