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

Method setLastGcodeCommand

src/parser/gcodeparser.cpp:133–135  ·  view source on GitHub ↗

* Warning, this should only be used when modifying live gcode, such as when * expanding an arc or canned cycle into line segments. */

Source from the content-addressed store, hash-verified

131* expanding an arc or canned cycle into line segments.
132*/
133void GcodeParser::setLastGcodeCommand(float num) {
134 this->m_lastGcodeCommand = num;
135}
136
137/**
138* Gets the point at the end of the list.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected