| 262 | } |
| 263 | |
| 264 | void 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. |
no test coverage detected