Move M149 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 23:15:33 -05:00
parent cbf40f7ee9
commit 0c7ba52451
3 changed files with 10 additions and 9 deletions

View File

@@ -369,10 +369,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if ENABLED(TEMPERATURE_UNITS_SUPPORT)
#include "gcode/units/M149.h"
#endif
#if HAS_POWER_SWITCH
#include "gcode/control/M80.h"
#endif