MCPcopy 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
41GcodeParser::~GcodeParser()
42{
43 foreach (PointSegment *ps, this->m_points) delete ps;
44}
45
46bool GcodeParser::getConvertArcsToLines() {
47 return m_convertArcsToLines;

Callers

nothing calls this directly

Calls 1

foreachFunction · 0.70

Tested by

no test coverage detected