MCPcopy Create free account
hub / github.com/Schildkroet/Candle2 / toObjRedux

Method toObjRedux

src/parser/gcodeviewparse.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62QList<LineSegment*> GcodeViewParse::toObjRedux(QList<QString> gcode, double arcPrecision, bool arcDegreeMode)
63{
64 GcodeParser gp;
65
66 foreach (QString s, gcode) {
67 gp.addCommand(s);
68 }
69
70 return getLinesFromParser(&gp, arcPrecision, arcDegreeMode);
71}
72
73QList<LineSegment*> GcodeViewParse::getLineSegmentList()
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected