Move M400 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 03:53:36 -05:00
parent 4a220a8b79
commit 0589884d26
3 changed files with 5 additions and 7 deletions

View File

@ -352,8 +352,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#include "gcode/control/M400.h"
#if HAS_BED_PROBE
#include "gcode/probe/M401_M402.h"
#endif