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

Method SetName

src/GCodes/ObjectTracker.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void ObjectDirectoryEntry::SetName(const char *_ecv_array label) noexcept
265{
266 name.Assign(label);
267}
268
269// Update the min and max object coordinates to include the coordinates passed
270// We could pass both the start and end coordinates of the printing move, however it is simpler just to pass the end coordinates.

Callers 3

SetM486LabelMethod · 0.45
CreateObjectMethod · 0.45
GCodes2.cppFile · 0.45

Calls 1

AssignMethod · 0.45

Tested by

no test coverage detected