Move M114 to cpp

This commit is contained in:
Scott Lahteine
2017-09-17 00:36:30 -05:00
parent 5d2681a105
commit 81b8fbf4d6
3 changed files with 8 additions and 6 deletions

View File

@ -355,7 +355,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#include "gcode/host/M114.h"
#include "gcode/host/M115.h"
#include "gcode/lcd/M117.h"