Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Schildkroet/Candle2
/ ~GcodeParser
Method
~GcodeParser
src/parser/gcodeparser.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
GcodeParser::~GcodeParser()
42
{
43
foreach (PointSegment *ps, this->m_points) delete ps;
44
}
45
46
bool GcodeParser::getConvertArcsToLines() {
47
return m_convertArcsToLines;
Callers
nothing calls this directly
Calls
1
foreach
Function · 0.70
Tested by
no test coverage detected