MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / reset_stepper_timeout

Method reset_stepper_timeout

Marlin/src/gcode/gcode.h:438–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 12

manage_inactivityFunction · 0.80
wait_for_hotendMethod · 0.80
wait_for_bedMethod · 0.80
wait_for_probeMethod · 0.80
wait_for_chamberMethod · 0.80
wait_for_coolerMethod · 0.80
servo_probe_testFunction · 0.80
processRxMethod · 0.80
processRxMethod · 0.80
set_mmMethod · 0.80
add_stepsMethod · 0.80
move_z_with_encoderMethod · 0.80

Calls 1

millisFunction · 0.50

Tested by

no test coverage detected