Rename GCodeFileLoaded to GCodeMemoryFile
This commit is contained in:
parent
694024443c
commit
6eb9f09976
6 changed files with 14 additions and 14 deletions
|
|
@ -183,7 +183,7 @@ namespace MatterHackers.GCodeVisualizer
|
|||
}
|
||||
else
|
||||
{
|
||||
return new GCodeFileLoaded(fileName);
|
||||
return new GCodeMemoryFile(fileName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue