Add SetupRequired indicator ISetupWizard
This commit is contained in:
parent
bf5ed7439a
commit
c5edf5c761
7 changed files with 14 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
this.MoveNext();
|
||||
}
|
||||
|
||||
public override bool SetupRequired => false;
|
||||
|
||||
public override void Dispose()
|
||||
{
|
||||
printer.Connection.TurnOffBedAndExtruders(TurnOff.AfterDelay);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue