Move M500-M503 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 04:28:25 -05:00
parent aab5489962
commit a90c7dbf64
6 changed files with 34 additions and 109 deletions

View File

@ -359,13 +359,6 @@ void quickstop_stepper() {
SYNC_PLAN_POSITION_KINEMATIC();
}
#include "gcode/eeprom/M500.h"
#include "gcode/eeprom/M501.h"
#include "gcode/eeprom/M502.h"
#if DISABLED(DISABLE_M503)
#include "gcode/eeprom/M503.h"
#endif
#if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
#include "gcode/config/M540.h"
#endif