Added in a pause gcode script object, fixed gcode injection timing
This commit is contained in:
parent
677a1a9b12
commit
e63f95ddad
5 changed files with 20 additions and 6 deletions
|
|
@ -331,9 +331,9 @@ namespace MatterHackers.MatterControl.Library.Export
|
|||
|
||||
accumulatedStream = new BabyStepsStream(printer, accumulatedStream);
|
||||
|
||||
accumulatedStream = new RemoveNOPsStream(printer, accumulatedStream);
|
||||
|
||||
accumulatedStream = new RunSceneGCodeProcesorsStream(printer, accumulatedStream, queuedCommandStream);
|
||||
|
||||
accumulatedStream = new RemoveNOPsStream(printer, accumulatedStream);
|
||||
|
||||
accumulatedStream = new ProcessWriteRegexStream(printer, accumulatedStream, queuedCommandStream);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue