Move M105 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 12:25:27 -05:00
parent a41130f854
commit 99c4b9050a
3 changed files with 6 additions and 6 deletions

View File

@@ -374,8 +374,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#include "gcode/temperature/M105.h"
#if ENABLED(AUTO_REPORT_TEMPERATURES) && (HAS_TEMP_HOTEND || HAS_TEMP_BED)
static uint8_t auto_report_temp_interval;