From 464e92c177bc90be75cd45474c5bb73e486d920d Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Fri, 13 Nov 2020 09:12:14 -0800 Subject: [PATCH] Need to still show them --- .../PrinterControls/ControlWidgets/PrinterCalibrationWizard.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlLib/PrinterControls/ControlWidgets/PrinterCalibrationWizard.cs b/MatterControlLib/PrinterControls/ControlWidgets/PrinterCalibrationWizard.cs index e70451fb5..ec25b6652 100644 --- a/MatterControlLib/PrinterControls/ControlWidgets/PrinterCalibrationWizard.cs +++ b/MatterControlLib/PrinterControls/ControlWidgets/PrinterCalibrationWizard.cs @@ -93,7 +93,7 @@ namespace MatterHackers.MatterControl contentRow.BackgroundColor = Color.Transparent; - foreach (var stage in this.Stages.Where(s => s.Enabled && s.Visible)) + foreach (var stage in this.Stages.Where(s => s.Visible)) { GuiWidget rightWidget = null; var widget = new GuiWidget();