Add rough debugging system for stream processors

This commit is contained in:
jlewin 2019-02-27 18:20:27 -08:00
parent c82fb09e3d
commit 88f7de14c1
20 changed files with 184 additions and 10 deletions

View file

@ -48,6 +48,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
private QueuedCommandsStream queueStream;
public override string DebugInfo => "";
public ProcessWriteRegexStream(PrinterConfig printer, GCodeStream internalStream, QueuedCommandsStream queueStream)
: base(printer, internalStream)
{