ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED => SD_ABORT_ON_ENDSTOP_HIT

This commit is contained in:
Scott Lahteine
2019-06-10 17:25:43 -05:00
parent 662e7da8a4
commit 0ca2073625
89 changed files with 93 additions and 91 deletions

View File

@ -22,7 +22,7 @@
#include "../../inc/MarlinConfig.h"
#if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
#if ENABLED(SD_ABORT_ON_ENDSTOP_HIT)
#include "../gcode.h"
#include "../../module/stepper.h"
@ -37,4 +37,4 @@ void GcodeSuite::M540() {
}
#endif // ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
#endif // SD_ABORT_ON_ENDSTOP_HIT