| 82 | } |
| 83 | |
| 84 | void ObjectTracker::HandleM486T(unsigned int p_numObjects) noexcept |
| 85 | { |
| 86 | numObjects = p_numObjects; |
| 87 | objectsCancelled.Clear(); // assume this command is only used at the start of a print |
| 88 | reprap.JobUpdated(); |
| 89 | } |
| 90 | |
| 91 | void ObjectTracker::UseM486Labelling() noexcept |
| 92 | { |
no test coverage detected