Making export gcode contain cool down and heat up instructions

issue: MatterHackers/MCCentral#5378
Inactive hotend cooldown does not work when exporting G-Code
This commit is contained in:
Lars Brubaker 2019-04-26 11:52:05 -07:00
parent db6ff0dca3
commit 75ce50a598
5 changed files with 44 additions and 26 deletions

View file

@ -31,7 +31,7 @@ using MatterControl.Printing;
namespace MatterHackers.MatterControl.PrinterCommunication.Io
{
public class GCodeFileStream : GCodeStream
public class GCodeFileStream : GCodeStream, IGCodeLineReader
{
private int printerCommandQueueLineIndex = -1;
private string lastLine = "";