MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / ResolveMacroRequest

Method ResolveMacroRequest

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:1212–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210}
1211
1212void GCodeBuffer::ResolveMacroRequest(bool hadError, bool isEmpty) noexcept
1213{
1214 macroFileError = hadError;
1215 macroFileEmpty = !hadError && isEmpty;
1216 isWaitingForMacro = false;
1217 macroSemaphore.Give();
1218}
1219
1220void GCodeBuffer::MacroFileClosed() noexcept
1221{

Callers 2

ExchangeDataMethod · 0.80
InvalidateResourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected