Move M43 to cpp

This commit is contained in:
Scott Lahteine
2017-09-16 04:06:28 -05:00
parent 10fab24e50
commit be8d913484
3 changed files with 14 additions and 10 deletions

View File

@@ -370,10 +370,6 @@ bool pin_is_protected(const int8_t pin) {
return false;
}
#if ENABLED(PINS_DEBUGGING)
#include "gcode/config/M43.h"
#endif
#if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)
#include "gcode/calibrate/M48.h"
#endif