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:
parent
db6ff0dca3
commit
75ce50a598
5 changed files with 44 additions and 26 deletions
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue