diff --git a/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs b/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs index c9e319ef9..9bd857890 100644 --- a/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs +++ b/MatterControlLib/PrinterControls/PrinterConnections/SetupStepMakeModelName.cs @@ -100,7 +100,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections contentRow.AddChild(createPrinterNameContainer()); bool userIsLoggedIn = !ApplicationController.GuestUserActive?.Invoke() ?? false; - if (userIsLoggedIn) + if (!userIsLoggedIn) { var signInRow = new FlowLayoutWidget() {