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

Method SavePrintingFilePosition

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:1304–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302}
1303
1304void GCodeBuffer::SavePrintingFilePosition() noexcept
1305{
1306 printFilePositionAtMacroStart = PARSER_OPERATION(GetFilePosition());
1307}
1308
1309void GCodeBuffer::WaitForAcknowledgement(uint32_t seq) noexcept
1310{

Callers 1

DoFileMacroMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected