Remove enumerator manipulation in constructor
This commit is contained in:
parent
62bdba2c1b
commit
df803eb9eb
7 changed files with 5 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue