Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1304
void GCodeBuffer::SavePrintingFilePosition() noexcept
1305
{
1306
printFilePositionAtMacroStart = PARSER_OPERATION(GetFilePosition());
1307
}
1308
1309
void GCodeBuffer::WaitForAcknowledgement(uint32_t seq) noexcept
1310
{
Callers
1
DoFileMacro
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected