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:
committed by
Richard Wackerbarth
parent
096046c09f
commit
ab6f1fdf8b
@@ -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
|
||||
|
Reference in New Issue
Block a user