Move & document ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED (PR#2528)
As suggested in #2521 - Move `ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED` because `SDSUPPORT` is also required. - Add a note that endstops must be enabled for the feature to have any effect
This commit is contained in:
parent
096046c09f
commit
ab6f1fdf8b
15 changed files with 85 additions and 43 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
|
||||
extern bool abort_on_endstop_hit;
|
||||
extern bool abort_on_endstop_hit;
|
||||
#endif
|
||||
|
||||
// Initialize and start the stepper motor subsystem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue