Move M140, M190 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 22:13:32 -05:00
parent 5b3e49babd
commit 7479ff98b7
5 changed files with 38 additions and 27 deletions

View File

@@ -374,10 +374,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if HAS_TEMP_BED
#include "gcode/temperature/M190.h"
#endif
#include "gcode/host/M110.h"
#include "gcode/control/M111.h"
@@ -397,8 +393,6 @@ bool pin_is_protected(const int8_t pin) {
#endif
#endif
#include "gcode/temperature/M140.h"
#if ENABLED(ULTIPANEL)
#include "gcode/lcd/M145.h"
#endif