From 47cf855bdb726fd6c77c88ea83c17852aa0bc3df Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Wed, 6 Apr 2016 16:47:16 -0700 Subject: [PATCH] Show the debug info --- PrinterCommunication/PrinterConnectionAndCommunication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)