MCPcopy 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
920bool GCodeBuffer::IsCompletelyIdle() const noexcept
921{
922 return GetState() == GCodeState::normal && IsIdle();
923}
924
925void GCodeBuffer::SetFinished(bool f) noexcept
926{

Callers 2

ProcessCommandFromLcdMethod · 0.80

Calls 1

GetStateFunction · 0.50

Tested by

no test coverage detected