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

@ -183,7 +183,7 @@ namespace MatterHackers.GCodeVisualizer
}
else
{
return new GCodeFileLoaded(fileName);
return new GCodeMemoryFile(fileName);
}
}