Removed active printer static
issue: MatterHackers/MCCentral#4562 GCodeStream
This commit is contained in:
parent
0e3225e529
commit
844f97a060
24 changed files with 4119 additions and 83 deletions
|
|
@ -44,12 +44,9 @@ namespace MatterHackers.MatterControl.PrinterCommunication.Io
|
|||
|
||||
private QueuedCommandsStream queueStream;
|
||||
|
||||
private PrinterConfig printer;
|
||||
|
||||
public ProcessWriteRegexStream(PrinterConfig printer, GCodeStream internalStream, QueuedCommandsStream queueStream)
|
||||
: base(internalStream)
|
||||
: base(printer, internalStream)
|
||||
{
|
||||
this.printer = printer;
|
||||
this.queueStream = queueStream;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue