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

Method SetRemoteDriverStepsPerMmAndMicrostepping

src/CAN/CanInterface.cpp:991–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989}
990
991GCodeResult CanInterface::SetRemoteDriverStepsPerMmAndMicrostepping(const CanDriversData<StepsPerUnitAndMicrostepping>& data, const StringRef& reply) noexcept
992{
993 return SetRemoteDriverValues(data, reply, CanMessageType::setStepsPerMmAndMicrostepping);
994}
995
996// Set the pressure advance on remote drivers, returning true if successful
997GCodeResult CanInterface::SetRemotePressureAdvance(const CanDriversData<float>& data, const StringRef& reply) noexcept

Callers

nothing calls this directly

Calls 1

SetRemoteDriverValuesFunction · 0.85

Tested by

no test coverage detected