Don't wait to heat to 0. Just move on to next page.
This commit is contained in:
parent
a99072cf8f
commit
e3fe584f03
1 changed files with 7 additions and 0 deletions
|
|
@ -124,6 +124,13 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
container.nextButton.Enabled = false;
|
||||
}
|
||||
|
||||
// if we are trying to go to a temp of 0 than just move on to next window
|
||||
if(printer.Settings.GetValue<double>(SettingsKey.bed_temperature) == 0)
|
||||
{
|
||||
// advance to the next page
|
||||
UiThread.RunOnIdle(() => container.nextButton.OnClick(null));
|
||||
}
|
||||
|
||||
base.PageIsBecomingActive();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue