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:
Scott Lahteine
2015-07-26 15:58:33 -07:00
committed by Richard Wackerbarth
parent 096046c09f
commit ab6f1fdf8b
15 changed files with 85 additions and 43 deletions

View File

@@ -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