🔧 Clarify axis disable / timeout (#25571)
This commit is contained in:
parent
39652d93ab
commit
61f22f34d3
17 changed files with 130 additions and 113 deletions
|
|
@ -75,8 +75,8 @@ GcodeSuite gcode;
|
|||
millis_t GcodeSuite::previous_move_ms = 0,
|
||||
GcodeSuite::max_inactive_time = 0;
|
||||
|
||||
#if HAS_DISABLE_INACTIVE_AXIS
|
||||
millis_t GcodeSuite::stepper_inactive_time = SEC_TO_MS(DEFAULT_STEPPER_DEACTIVE_TIME);
|
||||
#if HAS_DISABLE_IDLE_AXES
|
||||
millis_t GcodeSuite::stepper_inactive_time = SEC_TO_MS(DEFAULT_STEPPER_TIMEOUT_SEC);
|
||||
#endif
|
||||
|
||||
// Relative motion mode for each logical axis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue