Show the debug info

This commit is contained in:
Lars Brubaker 2016-04-06 16:47:16 -07:00
parent df925ffde3
commit 47cf855bdb

View file

@ -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)