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

Method HandleM486T

src/GCodes/ObjectTracker.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void 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
91void ObjectTracker::UseM486Labelling() noexcept
92{

Callers 1

THROWSFunction · 0.80

Calls 2

JobUpdatedMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected