| 984 | } |
| 985 | |
| 986 | GCodeResult CanInterface::SetRemoteDriverCurrents(const CanDriversData<float>& data, const StringRef& reply) noexcept |
| 987 | { |
| 988 | return SetRemoteDriverValues(data, reply, CanMessageType::setMotorCurrents); |
| 989 | } |
| 990 | |
| 991 | GCodeResult CanInterface::SetRemoteDriverStepsPerMmAndMicrostepping(const CanDriversData<StepsPerUnitAndMicrostepping>& data, const StringRef& reply) noexcept |
| 992 | { |
nothing calls this directly
no test coverage detected