Rename GCodeFileLoaded to GCodeMemoryFile

This commit is contained in:
John Lewin 2017-06-29 14:22:04 -07:00
parent 694024443c
commit 6eb9f09976
6 changed files with 14 additions and 14 deletions

View file

@ -216,7 +216,7 @@ namespace MatterHackers.MatterControl.PrinterCommunication
private DataViewGraph sendTimeAfterOkGraph;
private GCodeFile loadedGCode = new GCodeFileLoaded();
private GCodeFile loadedGCode = new GCodeMemoryFile();
private GCodeFileStream gCodeFileStream0 = null;
private PauseHandlingStream pauseHandlingStream1 = null;