diff --git a/PrinterCommunication/PrinterConnectionAndCommunication.cs b/PrinterCommunication/PrinterConnectionAndCommunication.cs index ae22aadb3..c72cdd191 100644 --- a/PrinterCommunication/PrinterConnectionAndCommunication.cs +++ b/PrinterCommunication/PrinterConnectionAndCommunication.cs @@ -2889,7 +2889,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication lock (locker) { serialPort.Write(lineToWrite); - if (false) // this is for debugging. Eventually it could be hooked up to a user config option so it can be turned on in the field. + if (true) // this is for debugging. Eventually it could be hooked up to a user config option so it can be turned on in the field. { timeSinceRecievedOk.Stop(); if (!haveHookedDrawing)