* Warning, this should only be used when modifying live gcode, such as when * expanding an arc or canned cycle into line segments. */
| 131 | * expanding an arc or canned cycle into line segments. |
| 132 | */ |
| 133 | void GcodeParser::setLastGcodeCommand(float num) { |
| 134 | this->m_lastGcodeCommand = num; |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * Gets the point at the end of the list. |
nothing calls this directly
no outgoing calls
no test coverage detected