Move M428 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 04:22:37 -05:00
parent 1fe25271e4
commit aab5489962
3 changed files with 14 additions and 9 deletions

View File

@ -359,10 +359,6 @@ void quickstop_stepper() {
SYNC_PLAN_POSITION_KINEMATIC();
}
#if HAS_M206_COMMAND
#include "gcode/geometry/M428.h"
#endif
#include "gcode/eeprom/M500.h"
#include "gcode/eeprom/M501.h"
#include "gcode/eeprom/M502.h"