| 436 | return max_inactive_time && ELAPSED(ms, previous_move_ms, max_inactive_time); |
| 437 | } |
| 438 | FORCE_INLINE static void reset_stepper_timeout(const millis_t ms=millis()) { previous_move_ms = ms; } |
| 439 | |
| 440 | #if HAS_DISABLE_IDLE_AXES |
| 441 | static millis_t stepper_inactive_time; |
no test coverage detected