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

Method SetRemoteDriverCurrents

src/CAN/CanInterface.cpp:986–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984}
985
986GCodeResult CanInterface::SetRemoteDriverCurrents(const CanDriversData<float>& data, const StringRef& reply) noexcept
987{
988 return SetRemoteDriverValues(data, reply, CanMessageType::setMotorCurrents);
989}
990
991GCodeResult CanInterface::SetRemoteDriverStepsPerMmAndMicrostepping(const CanDriversData<StepsPerUnitAndMicrostepping>& data, const StringRef& reply) noexcept
992{

Callers

nothing calls this directly

Calls 1

SetRemoteDriverValuesFunction · 0.85

Tested by

no test coverage detected