Add rough debugging system for stream processors
This commit is contained in:
parent
c82fb09e3d
commit
88f7de14c1
20 changed files with 184 additions and 10 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue