Move M540 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 15:26:15 -05:00
parent a90c7dbf64
commit 7ba2ab4fb3
3 changed files with 15 additions and 10 deletions

View File

@ -359,10 +359,6 @@ void quickstop_stepper() {
SYNC_PLAN_POSITION_KINEMATIC();
}
#if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
#include "gcode/config/M540.h"
#endif
#if ENABLED(MK2_MULTIPLEXER)
#include "gcode/feature/snmm/M702.h"
#endif