Rename GCodeFileLoaded to GCodeMemoryFile
This commit is contained in:
parent
694024443c
commit
6eb9f09976
6 changed files with 14 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue