clicking already loaded means we are done
This commit is contained in:
parent
bc0e4c5d2d
commit
677335c8a2
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
alreadyLoadedButton.Click += (s, e) =>
|
||||
{
|
||||
this.DialogWindow.CloseOnIdle();
|
||||
printer.Settings.SetValue(SettingsKey.filament_has_been_loaded, "1");
|
||||
};
|
||||
|
||||
this.AddPageAction(alreadyLoadedButton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue