More updated files for version 0.78m
This commit is contained in:
parent
3520c24546
commit
4f7cd4a833
2 changed files with 1 additions and 0 deletions
BIN
Release/RepRapFirmware-078m-dc42.bin
Normal file
BIN
Release/RepRapFirmware-078m-dc42.bin
Normal file
Binary file not shown.
|
@ -323,6 +323,7 @@ void Webserver::ProcessGcode(const char* gc)
|
||||||
fileInfoDetected = GetFileInfo(platform->GetGCodeDir(), &gc[4], currentFileInfo);
|
fileInfoDetected = GetFileInfo(platform->GetGCodeDir(), &gc[4], currentFileInfo);
|
||||||
printStartTime = platform->Time();
|
printStartTime = platform->Time();
|
||||||
strncpy(fileBeingPrinted, &gc[4], ARRAY_SIZE(fileBeingPrinted));
|
strncpy(fileBeingPrinted, &gc[4], ARRAY_SIZE(fileBeingPrinted));
|
||||||
|
fileBeingPrinted[ARRAY_UPB(fileBeingPrinted)] = 0;
|
||||||
reprap.GetGCodes()->QueueFileToPrint(&gc[4]);
|
reprap.GetGCodes()->QueueFileToPrint(&gc[4]);
|
||||||
}
|
}
|
||||||
else if (StringStartsWith(gc, "M112") && !isdigit(gc[4])) // emergency stop
|
else if (StringStartsWith(gc, "M112") && !isdigit(gc[4])) // emergency stop
|
||||||
|
|
Reference in a new issue