Move M145 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 23:11:35 -05:00
parent b464887ea1
commit cbf40f7ee9
3 changed files with 11 additions and 11 deletions

View File

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