Show the debug info
This commit is contained in:
parent
df925ffde3
commit
47cf855bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue