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

Method ProcessM307New

src/Heating/Heat.cpp:1464–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1462}
1463
1464GCodeResult Heat::ProcessM307New(const CanMessageHeaterModelNewNew& msg, const StringRef& reply) noexcept
1465{
1466 const auto h = FindHeater(msg.heater);
1467 return (h.IsNotNull()) ? h->SetModel(msg.heater, msg, reply) : UnknownHeater(msg.heater, reply);
1468}
1469
1470GCodeResult Heat::SetTemperature(const CanMessageSetHeaterTemperature& msg, const StringRef& reply) noexcept
1471{

Callers 1

Calls 2

UnknownHeaterFunction · 0.85
SetModelMethod · 0.80

Tested by

no test coverage detected