Move M108, M112, M410 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 13:24:32 -05:00
parent df0432c7c8
commit 5b3e49babd
6 changed files with 35 additions and 33 deletions

View File

@@ -374,12 +374,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if DISABLED(EMERGENCY_PARSER)
#include "gcode/control/M108.h"
#include "gcode/control/M112.h"
#include "gcode/control/M410.h"
#endif
#if HAS_TEMP_BED
#include "gcode/temperature/M190.h"
#endif