| 989 | } |
| 990 | |
| 991 | GCodeResult 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 |
| 997 | GCodeResult CanInterface::SetRemotePressureAdvance(const CanDriversData<float>& data, const StringRef& reply) noexcept |
nothing calls this directly
no test coverage detected