Move M106_M107 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 13:14:44 -05:00
parent 99c4b9050a
commit df031ab100
4 changed files with 21 additions and 44 deletions

View File

@@ -391,11 +391,6 @@ bool pin_is_protected(const int8_t pin) {
#endif // AUTO_REPORT_TEMPERATURES && (HAS_TEMP_HOTEND || HAS_TEMP_BED)
#if FAN_COUNT > 0
#include "gcode/temperature/M106.h"
#include "gcode/temperature/M107.h"
#endif
#if DISABLED(EMERGENCY_PARSER)
#include "gcode/control/M108.h"
#include "gcode/control/M112.h"