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

Method SetRemoteStandstillCurrentPercent

src/CAN/CanInterface.cpp:981–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979}
980
981GCodeResult CanInterface::SetRemoteStandstillCurrentPercent(const CanDriversData<float>& data, const StringRef& reply) noexcept
982{
983 return SetRemoteDriverValues(data, reply, CanMessageType::setStandstillCurrentFactor);
984}
985
986GCodeResult CanInterface::SetRemoteDriverCurrents(const CanDriversData<float>& data, const StringRef& reply) noexcept
987{

Callers

nothing calls this directly

Calls 1

SetRemoteDriverValuesFunction · 0.85

Tested by

no test coverage detected