diff --git a/MatterControlLib/CustomWidgets/NozzleOffsetCalibrationPage.cs b/MatterControlLib/CustomWidgets/NozzleOffsetCalibrationPage.cs index b7d536260..dd4f693c8 100644 --- a/MatterControlLib/CustomWidgets/NozzleOffsetCalibrationPage.cs +++ b/MatterControlLib/CustomWidgets/NozzleOffsetCalibrationPage.cs @@ -73,16 +73,16 @@ namespace MatterHackers.MatterControl public async override void OnLoad(EventArgs args) { - // Replace with calibration template code - await templatePrinter.PrintTemplate(verticalLayout: true); - await templatePrinter.PrintTemplate(verticalLayout: false); - if (!this.HasBeenClosed) { this.NextButton.Enabled = true; } base.OnLoad(args); + + // Replace with calibration template code + await templatePrinter.PrintTemplate(verticalLayout: true); + await templatePrinter.PrintTemplate(verticalLayout: false); } public override void OnClosed(EventArgs e)