Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duet3D/RepRapFirmware
/ IsCompletelyIdle
Method
IsCompletelyIdle
src/GCodes/GCodeBuffer/GCodeBuffer.cpp:920–923 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
918
}
919
920
bool GCodeBuffer::IsCompletelyIdle() const noexcept
921
{
922
return GetState() == GCodeState::normal && IsIdle();
923
}
924
925
void GCodeBuffer::SetFinished(bool f) noexcept
926
{
Callers
2
CancelWaitForTemperatures
Method · 0.80
ProcessCommandFromLcd
Method · 0.80
Calls
1
GetState
Function · 0.50
Tested by
no test coverage detected