MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / GetDistanceUnits

Method GetDistanceUnits

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:1004–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1002}
1003
1004const char *_ecv_array GCodeBuffer::GetDistanceUnits() const noexcept
1005{
1006 return (UsingInches()) ? "in" : "mm";
1007}
1008
1009// Return the current stack depth
1010unsigned int GCodeBuffer::GetStackDepth() const noexcept

Callers 1

GCodeBuffer.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected